MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Ultimate OPEN Source MCP tools to deploy on Cloudflare Free

Created 4/23/2026
Updated about 4 hours ago
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

🛠 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/bluesky | ✅ Active | | Reddit | /mcp/reddit | ✅ Active | | GitHub | /mcp/github | ⏳ Planned |

🛠 Local Development

  1. Install dependencies:
    bun install
    
  2. Run the Hub:
    bun run dev:hub
    
  3. 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" ] } } }