MCP Directory
Back

mcp-quickstart-server

by MacoTasu · Python · ★ 0

https://modelcontextprotocol.io/quickstart/server を試しました

Install

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

From the README

https://modelcontextprotocol.io/quickstart/server を試している。 MCP ClientをCursorで試す場合は、https://docs.cursor.com/context/model-context-protocol#using-mcp-tools-in-agent を参照
Read full README on GitHub →

Related other servers