MCP Directory
Back

mcp-tutorial

by Lehcar · Python · ★ 0

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

Install

pip install git+https://github.com/Lehcar/mcp-tutorial.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": {
    "mcp-tutorial": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Lehcar/mcp-tutorial.git"
      ]
    }
  }
}

From the README

Following a MCP server tutorial: https://modelcontextprotocol.io/docs/develop/build-server
Read full README on GitHub →

Related other servers