π¦
Boilerplate
MCP server: Boilerplate
0 installs
2 stars
1 forks
Trust: 37 β Low
Devtools
Installation
npx mcp-boilerplateAsk AI about Boilerplate
Powered by Claude Β· Grounded in docs
I know everything about Boilerplate. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation

π MCP Boilerplate
Powered by Bun β‘
A modern, lightning-fast boilerplate for Model Context Protocol (MCP) applications
π₯ Features
- Blazing-fast MCP with Bun
- Modern TypeScript-first architecture
- MCP SDK integration out-of-the-box (
@modelcontextprotocol/sdk) - Express 5.x server with proper TypeScript support
- Robust validation using Zod schemas
- Smart logging with Morgan
- Environment configuration support
- CLI-ready implementation
π οΈ Prerequisites
- Bun 1.0+ or Node.js 20+
- Package manager (
bun,npm,pnpm, oryarn)
β‘ Quick Start
# Clone repository
git clone https://github.com/jhon2c/mcp-boilerplate.git
cd mcp-boilerplate
# Install dependencies (with Bun) [Recommended]
bun install
# OR with npm
npm install
# Start development server
bun run dev
π Development Scripts
| Command | Description |
|---|---|
bun run dev | Start dev server with hot reload |
bun run build | Compile TypeScript |
mcp-boilerplate | Run compiled CLI |
π Environment Setup
Create .env file:
PORT=3000
MCP_API_KEY=your_api_key_here
DEBUG=mcp:*
β¨ Setup the MCP server on Cursor
- Install and run the server
- Go to Cursor MCP Settings
Files > Preferences > Cursor Settings > MCP - Add a new MCP server
+ Add new global MCP server - Paste the setup JSON
{
"mcpServers": {
"mcp-boilerplate": {
"url": "http://localhost:3001/sse"
}
}
}
π Project Structure
mcp-boilerplate/
βββ src/
β βββ index.ts
β βββ config/
β βββ services/
β βββ types/
βββ build/
π¦ Key Dependencies
Runtime:
Dev:
π€ Contributing Fork repo
- Create feature branch
- Commit changes
- Push branch
- Open PR
π License MIT - See LICENSE
Happy Coding!
