mcp-toolkit-server

EadnyAIx/mcp-toolkit-server
★ 0 stars Python Browser/Web Updated today
基于 Model Context Protocol (MCP) 的多功能工具服务器,提供文件操作、数据库查询、Web 搜索、计算等工具
View on GitHub → 🔍 Audit Wallet Slippage →

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-toolkit-server": {
      "command": "uvx",
      "args": [
        "mcp-toolkit-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolkit-server