An open API service indexing awesome lists of open source software.

https://github.com/weekend-project-space/awesome-remote-mcp-servers

awesome remote mcp servers
https://github.com/weekend-project-space/awesome-remote-mcp-servers

List: awesome-remote-mcp-servers

Last synced: 6 months ago
JSON representation

awesome remote mcp servers

Awesome Lists containing this project

README

          

# awesome-remote-mcp-servers
awesome remote mcp servers

## guides
[guides](https://developers.cloudflare.com/agents/guides/remote-mcp-server/)

## servers

| URL | Description | Official Website |
|-----|-------------|------------------|
| [https://mcp.sentry.dev/sse](https://mcp.sentry.dev/sse) | SSE endpoint for the Sentry MCP server, enabling real-time error tracking and performance monitoring for AI-driven applications using Sentry’s developer-first platform. | [https://sentry.io/](https://sentry.io/) |
| [https://mcp.neon.tech/sse](https://mcp.neon.tech/sse) | SSE endpoint for the Neon MCP server, supporting real-time interactions with Neon’s serverless PostgreSQL platform for database operations in AI or Minecraft applications. | [https://neon.tech/](https://neon.tech/) |
| [https://mcp.paypal.com/sse](https://mcp.paypal.com/sse) | SSE endpoint for the PayPal MCP server, facilitating real-time integration with PayPal APIs for payment processing and transaction updates in AI workflows. | [https://www.paypal.com/](https://www.paypal.com/) |
| [https://mcp.semgrep.ai/sse](https://mcp.semgrep.ai/sse) | SSE endpoint for the Semgrep MCP server, enabling AI agents to perform real-time code security and quality scans using Semgrep’s static analysis tools. | [https://semgrep.dev/](https://semgrep.dev/) |
| [https://remote.mcpservers.org/fetch/mcp](https://remote.mcpservers.org/fetch/mcp) | Fetch endpoint for remote MCP servers, retrieving Minecraft server data or configurations, hosted by mcpservers.org. | [https://mcpservers.org/](https://mcpservers.org/) |
| [https://mcp.llmtxt.dev/sse](https://mcp.llmtxt.dev/sse) | SSE endpoint for an MCP service, enabling real-time text-based interactions or data analysis for AI applications via language model text processing. | [https://llmtxt.dev/](https://llmtxt.dev/) |
| [https://gitmcp.io/docs](https://gitmcp.io/docs) | Documentation for GitMCP, an open-source remote MCP server connecting AI tools to GitHub repositories for accurate code and documentation access. | [https://gitmcp.io/](https://gitmcp.io/) |
| [https://rag-mcp-2.whatsmcp.workers.dev/sse](https://rag-mcp-2.whatsmcp.workers.dev/sse) | SSE endpoint for a RAG-based MCP service on Cloudflare Workers, enhancing AI-driven data retrieval and conversational capabilities through retrieval-augmented generation. | [https://rag-mcp-2.whatsmcp.workers.dev/](https://rag-mcp-2.whatsmcp.workers.dev/) |

## use

Connect Claude Desktop to your local MCP server
The MCP inspector is great, but we really want to connect this to Claude! Follow [Anthropic's Quickstart](https://modelcontextprotocol.io/quickstart/user) and within Claude Desktop go to Settings > Developer > Edit Config to find your configuration file.

Open the file in your text editor and replace it with this configuration:

```
{
"mcpServers": {
"math": {
"command": "npx",
"args": [
"mcp-remote",
"https://worker-name.account-name.workers.dev/sse"
]
}
}
}
```