awesome-remote-mcp-servers
@weekend-project-space
About awesome-remote-mcp-servers
awesome remote mcp servers
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"math": {
"command": "npx",
"args": [
"mcp-remote",
"https://worker-name.account-name.workers.dev/sse"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments