A remote Cloudflare MCP server boilerplate with user authentication and Stripe for paid tools.
This project helps you create your own remote MCP server on Cloudflare with user login and payment options. You don't need to be a technical expert to get it running.
[!NOTE] This project is now free to use and open source. If you want to support me, just follow me on X @iannuttall and subscribe to my newsletter.
Before starting, make sure you have:
git clone https://github.com/iannuttall/mcp-boilerplate.git
cd mcp-boilerplate
npm install
npm install -g wrangler
npx wrangler kv namespace create "OAUTH_KV"
Note: you can't use a different name for this database. It has to be "OAUTH_KV".
After running this command, you'll see some text that includes id and preview_id values
Open the wrangler.jsonc file in the project folder
Look for the section with "kv_namespaces": [
Add your database information there:
"kv_namespaces": [
{
"binding": "OAUTH_KV",
"id": "paste-your-id-here",
"preview_id": "paste-your-preview-id-here"
}
]
AI/MLUnified MCP gateway providing AI agents access to 100+ production-ready tools through a single connection. Includes Google Search, web scraping, SEO tools, keyword research, and more with enterprise-grade security (SOC 2, ISO 27001, GDPR).
Official Model Context Protocol server providing file system access for reading, writing, searching, and managing files with configurable access controls.
MCP server for GitHub API integration enabling repository management, issue tracking, PR operations, code search, and branch management directly from Cursor.
MCP server for PostgreSQL database interaction enabling schema inspection, query execution, and database management directly from Cursor AI.
MCP server for SQLite database interaction providing schema exploration, query execution, and data analysis capabilities.
MCP server for Docker container management enabling container lifecycle operations, image management, and Docker Compose support from Cursor.
Workflows from the Neura Market marketplace related to this Cursor resource