mcp_server_tutorial

GuerreroVazquez/mcp_server_tutorial
★ 1 stars Python 💻 Code/Dev Tools Updated 8d ago
This is the tutorial on how to make a MCP client and server. It is based on the Anthropic course but using free google key and opencode because we are poor.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_server_tutorial": {
      "command": "uvx",
      "args": [
        "mcp-server-tutorial"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-tutorial