mcp-server-toolkit

HoganDong486/mcp-server-toolkit
★ 1 stars Python File System Updated today
Model Context Protocol server with filesystem, Git, database, and web tools for AI agents
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-server-toolkit": {
      "command": "uvx",
      "args": [
        "mcp-server-toolkit"
      ]
    }
  }
}

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