MCP Directory
Back

modelcontextprotocol-tutorial

by os1ma · Python · ★ 0

modelcontextprotocol-tutorial — MCP server.

Install

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

Related other servers