mcp_tools_collection

Logistic98/mcp_tools_collection
★ 1 stars Python DevOps Updated today
一个 MCP 工具集合项目,支持本地运行、Docker 部署以及大模型工具调用集成。
View on GitHub → Try with Claude — $10 free →

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_tools_collection": {
      "command": "uvx",
      "args": [
        "mcp-tools-collection"
      ]
    }
  }
}

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