MCP Directory
Back

v3_tutorial_making_mcp_server

by arnealb · Python · ★ 0

https://modelcontextprotocol.io/docs/develop/build-server

Install

pip install git+https://github.com/arnealb/v3_tutorial_making_mcp_server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "v3-tutorial-making-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/arnealb/v3_tutorial_making_mcp_server.git"
      ]
    }
  }
}

Related other servers