mcp_server_template

GraniteConstruction/mcp_server_template
★ 0 stars Python File System Updated today
Contains placeholder code and files to build a local MCP server. This is one way to set up an MCP server. Feel free to change the structure of your server to best fit your purposes. This template primarily serves as a starting point to create an organized MCP server.
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