mcp-boilerplate

iannuttall/mcp-boilerplate
★ 1,015 stars TypeScript 🔒 Security Updated 1mo ago
A remote Cloudflare MCP server boilerplate with user authentication and Stripe for paid tools.
View on GitHub →

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-boilerplate": {
      "command": "npx",
      "args": [
        "-y",
        "iannuttall/mcp-boilerplate"
      ]
    }
  }
}