LLM_MCP_TOOLS

houmingya/LLM_MCP_TOOLS
★ 1 stars Python 🤖 AI/LLM Updated 3mo ago
基于FastMCP 2.0的智能工具调度系统
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": {
    "llm_mcp_tools": {
      "command": "uvx",
      "args": [
        "llm-mcp-tools"
      ]
    }
  }
}

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