A remote Cloudflare MCP server boilerplate with user authentication and Stripe for paid tools.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-boilerplate npx -y iannuttall/mcp-boilerplate
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-boilerplate": {
"command": "npx",
"args": [
"-y",
"iannuttall/mcp-boilerplate"
]
}
}
}