mcp-toolkit-server

weli-dev/mcp-toolkit-server
★ 0 stars Python AI/LLM Updated today
A small, production-shaped Model Context Protocol (MCP) server with 5 working tools. Read in 5 minutes, extend in 10.
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

Topics

ai-agentsautomationclaudemcpmodel-context-protocolpython