Overview
What is awesome-remote-mcp-servers?
awesome-remote-mcp-servers is a curated list of remote Model Context Protocol (MCP) servers, each with a public endpoint URL, description, and official website. It is intended for developers integrating AI tools with external services via the MCP.
How to use awesome-remote-mcp-servers?
You can connect a remote MCP server to Claude Desktop by editing its configuration file and adding a server entry using the mcp-remote npm package. For example, set the server command to npx mcp-remote https://your-worker-url/sse.
Key features of awesome-remote-mcp-servers
- Curated collection of remote MCP server endpoints.
- Each server has a description and official website link.
- Supports SSE (Server-Sent Events) transport.
- Includes services like Sentry, Neon, PayPal, Semgrep.
- Provides configuration instructions for Claude Desktop.
Use cases of awesome-remote-mcp-servers
- Real-time error tracking with Sentry in AI workflows.
- Serverless PostgreSQL database operations via Neon.
- Payment processing and transaction updates through PayPal.
- Code security and quality scans using Semgrep.
- Retrieval-augmented generation for AI data retrieval.
FAQ from awesome-remote-mcp-servers
What is awesome-remote-mcp-servers?
It is a list of publicly available remote MCP servers, each with a URL, description, and link to its official website.
How do I connect a remote server to Claude Desktop?
Edit the Claude Desktop configuration file and add an entry like the example: "command": "npx", "args": ["mcp-remote", "https://worker-name.account-name.workers.dev/sse"]. Then restart Claude Desktop.
What transport protocol do these servers use?
All listed servers use SSE (Server-Sent Events) as their transport protocol, as indicated by /sse endpoints in the URLs.
What services are included in the list?
Current servers include Sentry (error tracking), Neon (PostgreSQL), PayPal (payments), Semgrep (code security), GitMCP (GitHub), and a RAG-based service on Cloudflare Workers.
Do I need any special dependencies to use the servers?
Yes, you need Node.js installed (to run npx) and the mcp-remote package, which is fetched automatically by npx when you run the command.