mcp-toolkit

shibingli/mcp-toolkit
★ 4 stars Go 🤖 AI/LLM Updated 1mo ago
MCP ToolKit is a feature-rich and secure MCP tools collection designed to provide powerful system interaction capabilities for AI models. The project adopts a modular design, supports flexible expansion, and will continue to integrate more practical tools in the future.
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": {
    "mcp-toolkit": {
      "command": "go",
      "args": [
        "run",
        "github.com/shibingli/mcp-toolkit@latest"
      ]
    }
  }
}