AI产品狙击手

专注于大语言模型LLM,文生图模型Stable Diffusion, 视频生成模型等免费AI工具的分享和应用,助你掌握最前沿的AI技术

0%

How to implement your first MCP server

Today I’m going to show you guys how to implement your own MCP server and plug it into claude, so that you could invoke it when talking to Claude. First, let’s create a folder, let’s say, mcp, then cd into it, and then vim to create and edit a server.py file, implement your codes like this…