mcp-toolkit-server

varunram3232-glitch/mcp-toolkit-server
★ 0 stars Python API Integration Updated today
A custom Model Context Protocol (MCP) server exposing a composable registry of tools, resources, and prompts, with real protocol-level integration tests.
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