MCP_server_template-

Havecoffeewithme/MCP_server_template-
★ 0 stars Python Other Updated today
......A simple template , on how to build an MCP server and MCP tools .
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_server_template-": {
      "command": "uvx",
      "args": [
        "mcp-server-template-"
      ]
    }
  }
}

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