mcp-boilerplate
A remote Cloudflare MCP server template with user authentication and payment functionality.
- Type
- MCP
- Transport
- http
- Open source
- Yes
- GitHub Stars
- ★ 1.0k
- Source
- mcp-github
- Repository
- github.com/iannuttall/mcp-boilerplate
Overview
This project helps you create your own remote MCP server, supporting user login and payment options. It is compatible with AI assistants like Cursor and Claude. With simple setup, you can quickly deploy an MCP server featuring user authentication (Google or GitHub) and Stripe payment processing. Ideal for developers looking to offer paid tools for AI assistants.
Capabilities
- ▪User login (Google or GitHub)
- ▪Stripe payment processing
- ▪Create free and paid MCP tools
- ▪Compatible with multiple AI assistants
Use cases
Setup
1. Clone the repository: `git clone https://github.com/iannuttall/mcp-boilerplate.git`; 2. Install dependencies: `npm install`; 3. Set up the database: `npx wrangler kv namespace create "OAUTH_KV"`; 4. Configure the `.dev.vars` file; 5. Set up Google or GitHub login; 6. Set up Stripe payments.
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to set up user login?
You can use Google or GitHub for user login; refer to the documentation for detailed steps.
How to configure Stripe payments?
Get your API keys from the Stripe dashboard, create a product price, then add the relevant information to the `.dev.vars` file.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.