MCP Directory
Back

ModelContextProtocolTraining

by aobenauf-hub · Python · ★ 0

ModelContextProtocolTraining — MCP server.

Install

pip install git+https://github.com/aobenauf-hub/ModelContextProtocolTraining.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": {
    "modelcontextprotocoltraining": {
      "command": "uvx",
      "args": [
        "git+https://github.com/aobenauf-hub/ModelContextProtocolTraining.git"
      ]
    }
  }
}

From the README

[project] name = "app" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.10" dependencies = [ "anthropic>=0.51.0", "mcp[cli]>=1.8.0", "prompt-toolkit>=3.0.51", "python-dotenv>=1.1.0", ]
Read full README on GitHub →

Related other servers