Remote MCP Servers
📧 Subscribe to the Newsletter Stay informed about new MCP servers and updates: Subscribe
Not a developer & looking for ChatGPT Custom Integrations or Claude Custom Connectors? Check out the Remote MCP Server List
A curated, opinionated list of high-quality remote Model Context Protocol (MCP) servers. This repository focuses on listing official and well-maintained MCP servers that can be accessed over the internet, helping developers discover reliable and production-ready services for their AI applications.
Model Context Protocol (MCP) is a protocol that enables AI models to interact with external tools and resources. Remote MCP servers allow clients to securely connect to these services over the internet.
This is Claude's branding for connecting to remote MCP servers.
This is OpenAI's branding for connecting to remote MCP servers.
Remote MCP servers are a more secure and easier way to use MCP.
There are two main ways to use remote MCP servers on this list.
This list has a mix of authentication options, different methods are better suited to certain use cases:
This is not an exhaustive list of all remote MCP servers. We maintain high standards for inclusion:
Name | Category | URL | Authentication | Maintainer |
---|---|---|---|---|
Asana | Project Management | https://mcp.asana.com/sse | OAuth2.1 | Asana |
Atlasian | Software Development | https://mcp.atlassian.com/v1/sse | OAuth2.1 | Atlassian |
Cloudflare Workers | Software Development | https://bindings.mcp.cloudflare.com/sse | OAuth2.1 | Cloudflare |
Cloudflare Observability | Observability | https://observability.mcp.cloudflare.com/sse | OAuth2.1 | Cloudflare |
Dialer | Outbound Phone Calls | https://getdialer.app/sse | OAuth2.1 | Dialer |
GitHub | Software Development | https://api.githubcopilot.com/mcp | OAuth2.1 | GitHub |
Globalping | Software Development | https://mcp.globalping.dev/sse | OAuth2.1 | Globalping |
Intercom | Customer Support | https://mcp.intercom.com/sse | OAuth2.1 | Intercom |
Linear | Project Management | https://mcp.linear.app/sse | OAuth2.1 | Linear |
Neon | Software Development | https://mcp.neon.tech/sse | OAuth2.1 | Neon |
Octagon | Market Intelligence | https://mcp.octagonagents.com/mcp | OAuth2.1 | Octagon |
OneContext | RAG-as-a-Service | https://rag-mcp-2.whatsmcp.workers.dev/sse | OAuth2.1 | OneContext |
PayPal | Payments | https://mcp.paypal.com/sse | OAuth2.1 | PayPal |
Plaid | Payments | https://api.dashboard.plaid.com/mcp/sse | OAuth2.1 | Plaid |
Prisma Postgres | Database | https://mcp.prisma.io/mcp | OAuth2.1 | Prisma Postgres |
Scorecard | AI Evaluation | https://scorecard-mcp.dare-d5b.workers.dev/sse | OAuth2.1 | Scorecard |
Sentry | Software Development | https://mcp.sentry.dev/sse | OAuth2.1 | Sentry |
Square | Payments | https://mcp.squareup.com/sse | OAuth2.1 | Square |
Turkish Airlines | Airlines | https://mcp.turkishtechlab.com/mcp | OAuth2.1 | Turkish Technology |
Webflow | CMS | https://mcp.webflow.com/sse | OAuth2.1 | Webflow |
Wix | CMS | https://mcp.wix.com/sse | OAuth2.1 | Wix |
Kollektiv | Documentation | https://mcp.thekollektiv.ai/sse | Oauth2.1 | Kollektiv |
Simplescraper | Web Scraping | https://mcp.simplescraper.io/mcp | OAuth2.1 | Simplescraper |
WayStation | Productivity | https://waystation.ai/mcp | OAuth2.1 | WayStation |
Cloudflare Docs | Documentation | https://docs.mcp.cloudflare.com/sse | Open | Cloudflare |
DeepWiki | RAG-as-a-Service | https://mcp.deepwiki.com/sse | Open | Devin |
Hugging Face | Software Development | https://hf.co/mcp | Open | Hugging Face |
Semgrep | Software Development | https://mcp.semgrep.ai/sse | Open | Semgrep |
Remote MCP | MCP Directory | https://mcp.remote-mcp.com | Open | Remote MCP |
LLM Text | Data Analysis | https://mcp.llmtxt.dev/sse | Open | LLM Text |
GitMCP | Software Development | https://gitmcp.io/docs | Open | GitMCP |
HubSpot | CRM | https://app.hubspot.com/mcp/v1/http | API Key | HubSpot |
Stripe | Payments | https://mcp.stripe.com/ | API Key | Stripe |
Needle | RAG-as-a-service | https://mcp.needle-ai.com/mcp | API Key | Needle |
Zapier | Automation | https://mcp.zapier.com/api/mcp/mcp | API Key | Zapier |
Apify | Web Data Extraction Platform | https://mcp.apify.com | API Key | Apify |
Dappier | RAG-as-a-Service | https://mcp.dappier.com/mcp | API Key | Dappier |
Mercado Pago | Payments | https://mcp.mercadopago.com/mcp | API Key | Mercado Pago MCP Server |
monday.com | Project Management,CRM,WorkOS,Service | https://mcp.monday.com/sse | OAuth2.1 | monday MCP |
A complete list of MCP clients can be found here. Here are some examples of installation with Claude.
Anthropic has added native support for Remote MCP into Claude. It's currently available on Pro plans.
Add these servers as Custom Integrations in the integrations section of your Claude app settings.
Full instructions can be found here.
OpenAI's support for remote MCP is currently in beta. It's integrated into the Deep Research function.
Full instructions can be found here.
Note: As the MCP spec is still in development, not all clients may support all features. In particular client support of OAUTH is not yet widespread.
For desktop clients the configuration you need to add to your client's config file will be
{
"mcpServers": {
"<REMOTE_MCP_SERVER_NAME>": {
"command": "npx",
"args": [
"mcp-remote",
"<REMOTE_MCP_SERVER_URL>"
]
}
}
}
Official support for MCP in API requests is supported by the following LLM providers:
Note that it's easier to get started with API Token, based authentication for these servers. See the FAQs section for more details.
Yes, but you will need to manage your own OAuth authentication flow, in order to obtain an access token. A quick way to obtain an access token to test a server is to follow the instructions in Anthropic's guide Obtaining an access token for testing section. This is not generally recommended for production use, as it is not a secure way to authenticate users.
/sse
and others a /mcp
?The /sse
endpoint is for the Server Sent Events (SSE) protocol. It is being slowly deprecated in favor of the /mcp
endpoint.
The /mcp
endpoint is for the Streamed HTTP protocol.
In the future some clients may only support adding servers by the prefix preceding the 'sse' or 'mcp' and self-discovering full URL.
We will update this list as we see this happening.
We welcome contributions! Please follow these guidelines:
Join the MCP community to stay updated and connect with other developers:
This project is licensed under the MIT License - see the LICENSE file for details.
{ "mcpServers": { "awesome-remote-mcp-servers": { "command": "npx", "args": [ "mcp-remote", "<REMOTE_MCP_SERVER_URL>" ] } } }
Related projects feature coming soon
Will recommend related projects based on sub-categories