MCP Directory
Back

mcp-dev

by KosukeUchida · Python · ★ 0

mcpを試す https://modelcontextprotocol.io/quickstart/server

Install

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

From the README

mcpを試す https://modelcontextprotocol.io/quickstart/server
Read full README on GitHub →

Related other servers