create-mcp-server

shriramkv/create-mcp-server
★ 8 stars Python Code/Dev Tools Updated 2d ago ✓ Clean
Scaffold a lean, best-practice MCP server that passes the quality checks by construction, with tests, CI and docs built in.
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": {
    "create-mcp-server": {
      "command": "uvx",
      "args": [
        "create-mcp-server"
      ]
    }
  }
}

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