mcp-tool

null0NULL123/mcp-tool
★ 2 stars Python 📦 Other Updated 1mo ago
A Python library for MCP with multiple features.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool": {
      "command": "uvx",
      "args": [
        "mcp-tool"
      ]
    }
  }
}

Or install with pip: pip install mcp-tool