mcp-server-template

narumiruna/mcp-server-template
★ 8 stars Python Code/Dev Tools Updated today
An 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

README Excerpt

```json { "mcpServers": { "mcpservertemplate": { "command": "uvx", "args": [ "--from", "git+https://github.com/narumiruna/mcp-server-template", "mcpservertemplate" ] } } } ``` ```json { "mcpServers": { "mcpservertemplate": { "command": "uvx", "args": ["mcpservertemplate@latest"] } } } ``` ```json { "mcpServers": {