MCP-Tools-extension

CyberPotato0416/MCP-Tools-extension
★ 1 stars Python 🤖 AI/LLM Updated 1d ago
MCP 研究專案開發,封裝部分功能給無AGENT-MCP環境使用者的 pyRevit 自動化工具集。
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-extension": {
      "command": "uvx",
      "args": [
        "mcp-tools-extension"
      ]
    }
  }
}

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