Claude-MCP-tools

GrimFandango42/Claude-MCP-tools
★ 4 stars Python 🤖 AI/LLM Updated 2mo ago
Repo of Claude Desktop MCP tools
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": {
    "claude-mcp-tools": {
      "command": "uvx",
      "args": [
        "claude-mcp-tools"
      ]
    }
  }
}

Or install with pip: pip install claude-mcp-tools