M
MCP Pure
Ultimate OPEN Source MCP tools to deploy on Cloudflare Free
Created 4/23/2026
Updated about 8 hours ago
README
Repository documentation and setup instructions
MCP Pure 🧊
A central, open-source hub for high-performance Model Context Protocol (MCP) servers. Built with Hono and Bun, and deployed on Cloudflare Workers.
🚀 Deployed Instance
URL: https://mcppure.shraj.workers.dev
📖 Documentation
- Setup Guide for Clients (Cursor, Claude, LobeHub, Cline, etc.)
- Agent Research Guide - How we research and select tools.
- Development Guide - How to add a new server.
🛠 Tech Stack
- Monorepo: Bun Workspaces
- Hub (API): Hono + Cloudflare Workers
- Frontend: Next.js + Cloudflare Pages (Coming Soon)
- Runtime: Bun
🌐 Available Servers
| Service | Route | Status |
| :--- | :--- | :--- |
| Bluesky | /mcp-server/bluesky | ✅ Active |
| Reddit | /mcp-server/reddit | ✅ Active |
| GitHub | /mcp-server/github | ✅ Active |
| Resend | /mcp-server/resend | ✅ Active |
🛠 Local Development
- Install dependencies:
bun install - Run the Hub:
bun run dev:hub - Run the Frontend:
bun run dev:web
🤝 Contributing
We welcome contributions! Please see our Development Guide.
Managed by shade-solutions
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp-pure
Cursor configuration (mcp.json)
{
"mcpServers": {
"shade-solutions-mcp-pure": {
"command": "npx",
"args": [
"shade-solutions-mcp-pure"
]
}
}
}