Connect to 80+ Remote MCP Servers
A curated directory of 100+ production-ready remote MCP servers, plus install snippets for 8 major MCP clients.
Why it matters
Integrate your AI applications with a curated list of over 80 high-quality, production-ready remote Model Context Protocol (MCP) servers. Access essential services for project management, CRM, software development, payments, and analytics with robust authentication and active maintenance.
Outcomes
What it gets done
Discover and connect to remote MCP servers for project management (e.g., Asana, Notion).
Integrate with software development tools like GitHub.
Access payment processing services such as Stripe.
Utilize CRM platforms like HubSpot for enhanced operations.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/vb-awesome-remote-mcp-servers-by-jaw9c | bash Overview
Awesome Remote MCP Servers by JAW9C MCP Server
A curated directory of 100+ production-ready remote MCP servers by category and auth type, bundled with install snippets for 8 major MCP clients. Use it to find a vetted remote MCP server for a task, or to get the exact config needed to add any remote MCP server to your client.
What it does
A curated, opinionated directory of high-quality remote MCP (Model Context Protocol) servers - the list spans well over 100 entries across categories including CRM (Attio, Close, HubSpot), payments (Stripe, PayPal, Square, Ramp), project management (Asana, Linear, Notion), databases (Airtable, Supabase, Neon, Prisma Postgres), software development (GitHub, Cloudflare Workers, Sentry, Vercel), and more. Each entry lists the server's category, connection URL, authentication method (OAuth 2.1, OAuth 2.1 without dynamic client registration, API Key, or Open/no-auth), and maintainer. Alongside the directory, it bundles a generic installation guide showing the exact configuration snippet needed to add any remote MCP server to eight different clients: Cursor, VS Code, Claude Desktop/Claude.ai, Claude Code, Windsurf, Cline, Gemini CLI, and ChatGPT.
When to use - and when NOT to
Use this when you need to discover a production-ready, officially-maintained remote MCP server for a specific task (CRM, payments, docs, databases, and similar) and want to compare authentication requirements before connecting, or when you need the exact config syntax for wiring any remote MCP server into a particular client. It is not itself an MCP server to connect to - it's a reference directory and install guide, and it explicitly focuses only on remote servers rather than ones that must be run locally.
Capabilities
The quality bar for inclusion covers official support (maintained by the underlying company), production readiness, active maintenance, proper OAuth 2.0 or API Key security, a proven reliability track record, and an active community. Authentication options explained include OAuth 2.1 (client-guided flow from just a URL), OAuth 2.1 without dynamic client registration (requires pre-registering the client or using a pre-generated API key), plain API Key auth, and Open (copy-paste URL, no auth, least secure but easiest to start with). It also documents the difference between the legacy /sse (Server-Sent Events) endpoint, which is being phased out, and the newer /mcp (Streamable HTTP) endpoint. The guide explains why it only lists remote servers over other MCP connection methods: the domain in a remote server's URL can be checked for legitimacy, access is scoped to whatever permissions the chosen auth method grants, there's no local package to install, and remote servers are the only way to use MCP from web-based clients at all. Beyond MCP clients, Anthropic, OpenAI, and Gemini all support calling these same remote servers directly from API requests, though using an API key is easier to set up for that path than managing a full OAuth flow yourself. The repository itself is MIT licensed.
How to install
The guide gives a per-client configuration template using a placeholder server. For Claude Code, the documented command is:
claude mcp add --transport http "test" https://mcp.my-awesome-server.com/sse
Other clients (Cursor, VS Code, Windsurf, Cline, Gemini CLI) each get an equivalent JSON snippet naming the server and its URL in the client's own MCP config file, while Claude Desktop/Claude.ai and ChatGPT are configured through their Settings > Connectors UI rather than a config file, and note that Developer Mode must be enabled for ChatGPT connectors.
Who it's for
Developers and AI-application builders evaluating which remote MCP server to connect to for a given integration, and anyone who needs a quick reference for the exact steps to register a remote MCP server URL in their client of choice.
Source README
Awesome 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.
What is MCP?
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.
What are Connectors?
This is OpenAI and Anthropic's branding for connecting to remote MCP servers.
What is the ChatGPT Apps SDK
These are just Remote MCP servers too! They additionally provide UI components as resources that can use displayed inside ChatGPT.
Why Remote only?
Remote MCP servers are a more secure and easier way to use MCP - compared to other methods of using MCP:
- Legitictacy: Servers can be evaluated by checking the domain in the URL - it should be a familiar and trusted domain.
- Permissioned: Servers should be assumed to have access to whatever data you've granted your agent access to, based on the authentication method used.
- Ease of use: You can copy & paste the server URL and you're away. No installing NPM packages.
- They are the ONLY way to use MCP servers with Web based clients.
How can I use an MCP server listed here?
There are two main ways to use remote MCP servers on this list.
- Using a MCP ready client (Claude, ChatGPT, Cursor, etc.)
- In an API request to an LLM provider (OpenAI, Anthropic, Gemini, etc.)
Authentication options
This list has a mix of authentication options, different methods are better suited to certain use cases:
- OAuth 2.1: This is an industry standard for authentication and is supported by MCP Clients like Claude. Adoption amongst clients is growing, but not yet widespread.
For this all you need to connect is the server URL, and the client will guide you through the authentication flow. - OAuth 2.1 ๐: Indicates OAuth 2.1 authentication without dynamic client registration support. This means you may need to pre-register your client application with the provider, or use an API key pre generated by the provider.
- API Key: An alternative to OAuth 2.0, this required to have an API key for the server. This is useful when using an API request to an LLM provider, rather than an MCP client.
- Open: Easy to copy and paste and get started, but not as secure. This is the easiest way to get started, but not the most secure.
Quality Criteria
This is not an exhaustive list of all remote MCP servers. We maintain high standards for inclusion:
- Official Support: Servers that are maintained by their underlying companies are preferred
- Production Ready: Must be stable and suitable for production use
- Active Maintenance: Regular updates and bug fixes
- Security: Proper authentication and security measures, with OAuth 2.0 or API Key support required
- Reliability: Proven track record of uptime and performance
- Community: Active user community and support channels
Remote MCP Server List
| Name | Category | URL | Authentication | Maintainer |
|---|---|---|---|---|
| Airtable | Database | https://mcp.airtable.com/mcp |
OAuth2.1 | Airtable |
| Asana | Project Management | https://mcp.asana.com/sse |
OAuth2.1 | Asana |
| Audioscrape | RAG-as-a-Service | https://mcp.audioscrape.com |
OAuth2.1 | Audioscrape |
| Atlassian | Software Development | https://mcp.atlassian.com/v1/sse |
OAuth2.1 ๐ | Atlassian |
| Attio | CRM | https://mcp.attio.com/mcp |
OAuth2.1 | Attio |
| AWS Knowledge | Software Development | https://knowledge-mcp.global.api.aws |
Open | AWS |
| BGPT | Scientific Research | https://bgpt.pro/mcp/sse |
Open / API Key | BGPT |
| Box | Document Management | https://mcp.box.com |
OAuth2.1 ๐ | Box |
| Buildkite | Software Developmenr | https://mcp.buildkite.com/mcp |
OAuth2.1 | Buildkite |
| Canva | Design | https://mcp.canva.com/mcp |
OAuth2.1 | Canva |
| Carbon Voice | Productivity | https://mcp.carbonvoice.app |
OAuth2.1 | Carbon Voice |
| Close CRM | CRM | https://mcp.close.com/mcp |
OAuth2.1 ๐ | Close |
| 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 |
| Cloudinary | Asset Management | https://asset-management.mcp.cloudinary.com/sse |
OAuth2.1 | Cloudinary |
| Cortex | Internal Developer Portal | https://mcp.cortex.io/mcp |
API Key | Cortex |
| Dialer | Outbound Phone Calls | https://getdialer.app/sse |
OAuth2.1 | Dialer |
| EAN-Search.org | Product Data | https://www.ean-search.org/mcp |
OAuth2.1 | EAN-Search.org |
| Egnyte | Document Management | https://mcp-server.egnyte.com/sse |
OAuth2.1 | Egnyte |
| Firefly | Productivity | https://api.fireflies.ai/mcp |
OAuth2.1 | Firefly |
| Find-A-Domain | Productivity | https://api.findadomain.dev/mcp |
Open | Find-A-Domain |
| GitHub | Software Development | https://api.githubcopilot.com/mcp |
OAuth2.1 ๐ | GitHub |
| Globalping | Software Development | https://mcp.globalping.dev/sse |
OAuth2.1 | Globalping |
| Grafbase | Software Development | https://api.grafbase.com/mcp |
OAuth 2.1 | Grafbase |
| Hive Intelligence | Crypto | https://hiveintelligence.xyz/mcp |
OAuth 2.1 | Hive Intelligence |
| Instant | Software Development | https://mcp.instantdb.com/mcp |
OAuth | Instant |
| Intercom | Customer Support | https://mcp.intercom.com/sse |
OAuth2.1 | Intercom |
| Indeed | Job Board | https://mcp.indeed.com/claude/mcp |
OAuth2.1 | Indeed |
| Invidio | Video Platform | https://mcp.invideo.io/sse |
OAuth2.1 | Invidio |
| Jam | Software Development | https://mcp.jam.dev/mcp |
OAuth2.1 | Jam.dev |
| Kollektiv | Documentation | https://mcp.thekollektiv.ai/sse |
Oauth2.1 | Kollektiv |
| LiveScore MCP | Sports | https://livescoremcp.com/sse |
Open | LiveScore MCP |
| Linear | Project Management | https://mcp.linear.app/sse |
OAuth2.1 | Linear |
| Listenetic | Productivity | https://mcp.listenetic.com/v1/mcp |
OAuth2.1 | Listenetic |
| Malware Patrol | Threat Intelligence | https://mcp.malwarepatrol.net/v1 |
API Key | Malware Patrol |
| Meta Ads by Pipeboard | Advertising | https://mcp.pipeboard.co/meta-ads-mcp |
OAuth2.1 | Pipeboard |
| Metro MCP | Transit | https://metro-mcp.anuragd.me/sse |
OAuth2.1 | Anurag |
| MorningStar | Data Analysis | https://mcp.morningstar.com/mcp |
OAuth2.1 | MorningStar |
| monday.com | Productivity | https://mcp.monday.com/sse |
OAuth2.1 | monday MCP |
| mypromind.com | Learning | https://www.mypromind.com/interface/mcp |
OAuth2.1 | mypromind MCP |
| Neon | Software Development | https://mcp.neon.tech/mcp |
OAuth2.1 | Neon |
| Netlify | Software Development | https://netlify-mcp.netlify.app/mcp |
OAuth2.1 | Netlify |
| Notion | Project Management | https://mcp.notion.com/sse |
OAuth2.1 | Notion |
| 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 |
| Parallel Task MCP | Web Research | https://task-mcp.parallel.ai/mcp |
OAuth2.1 | Parallel Web Systems |
| Parallel Search MCP | Web Search | https://search-mcp.parallel.ai/mcp |
OAuth2.1 | Parallel Web Systems |
| Peek.com | Other | https://mcp.peek.com |
Open | Peek.com |
| Plaid | Payments | https://api.dashboard.plaid.com/mcp/sse |
OAuth2.1 ๐ | Plaid |
| Prisma Postgres | Database | https://mcp.prisma.io/mcp |
OAuth2.1 | Prisma Postgres |
| Port IO | Internal Developer Portal | https://mcp.port.io/v1 |
OAuth2.1 | Port IO |
| Ramp | Payments | https://ramp-mcp-remote.ramp.com/mcp |
OAuth2.1 | Ramp |
| Rube | Other | https://rube.app/mcp |
Oauth2.1 | Composio |
| 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 |
| Stack Overflow | Software Development | https://mcp.stackoverflow.com |
OAuth2.1 | StackOverflow |
| Stripe | Payments | https://mcp.stripe.com/ |
OAuth2.1 & API Key | Stripe |
| Stytch | Authentication | http://mcp.stytch.dev/mcp |
OAuth2.1 | Stytch |
| Supabase | Database | https://mcp.supabase.com/mcp |
OAuth2.1 | Supabase |
| Square | Payments | https://mcp.squareup.com/sse |
OAuth2.1 | Square |
| ThoughtSpot | Data Analytics | https://agent.thoughtspot.app/mcp |
OAuth2.1 | ThoughtSpot |
| Turkish Airlines | Airlines | https://mcp.turkishtechlab.com/mcp |
OAuth2.1 | Turkish Technology |
| TweetSave | Social Media | https://mcp.tweetsave.org/sse |
Open | TweetSave |
| xbird | Social Media | https://xbirdapi.up.railway.app/mcp |
API Key | xbird |
| Vercel | Software Development | https://mcp.vercel.com/ |
OAuth2.1 | Vercel |
| VibeMarketing | Social Media | https://vibemarketing.ninja/mcp |
OAuth2.1 | VibeMarketing |
| Webflow | CMS | https://mcp.webflow.com/sse |
OAuth2.1 | Webflow |
| Wix | CMS | https://mcp.wix.com/sse |
OAuth2.1 | Wix |
| WebZum | Website Hosting | https://webzum.com/api/mcp |
Open | WebZum |
| Simplescraper | Web Scraping | https://mcp.simplescraper.io/mcp |
OAuth2.1 | Simplescraper |
| WayStation | Productivity | https://waystation.ai/mcp |
OAuth2.1 | WayStation |
| Zenable | Security | https://mcp.zenable.app/ |
OAuth2.1 | Zenable |
| Zine | Memory | https://www.zine.ai/mcp |
OAuth2.1 | Zine |
| Cloudflare Docs | Documentation | https://docs.mcp.cloudflare.com/sse |
Open | Cloudflare |
| Astro Docs | Documentation | https://mcp.docs.astro.build/mcp |
Open | Astro |
| Context Awesome | Specialised Dataset | https://www.context-awesome.com/api/mcp |
Open | Context Awesome |
| Resemble AI | Documentation | https://mcp.resemble.ai/sse |
Open | Resemble AI |
| DeepWiki | RAG-as-a-Service | https://mcp.deepwiki.com/sse |
Open | Devin |
| Exa Search | Search | https://mcp.exa.ai/mcp |
Open | Exa |
| 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 |
| OpenMesh | Service Discovery | https://api.openmesh.dev/mcp |
Open | OpenMesh |
| OpenZeppelin Cairo Contracts | Software Development | https://mcp.openzeppelin.com/contracts/cairo/mcp |
Open | OpenZeppelin |
| OpenZeppelin Solidity Contracts | Software Development | https://mcp.openzeppelin.com/contracts/solidity/mcp |
Open | OpenZeppelin |
| OpenZeppelin Stellar Contracts | Software Development | https://mcp.openzeppelin.com/contracts/stellar/mcp |
Open | OpenZeppelin |
| OpenZeppelin Stylus Contracts | Software Development | https://mcp.openzeppelin.com/contracts/stylus/mcp |
Open | OpenZeppelin |
| LLM Text | Data Analysis | https://mcp.llmtxt.dev/sse |
Open | LLM Text |
| GitMCP | Software Development | https://gitmcp.io/docs |
Open | GitMCP |
| Close | CRM | https://mcp.close.com/mcp |
API Key | Close |
| Google Big Query | Data Analysis | https://bigquery.googleapis.com/mcp |
API Key | |
| Google Compute Engine | Developer Tools | https://compute.googleapis.com/mcp |
API Key | |
| Google GKE | Developer Tools | https://container.googleapis.com/mcp |
API Key | |
| Google Maps | Mapping | https://mapstools.googleapis.com/mcp |
API Key | |
| HubSpot | CRM | https://app.hubspot.com/mcp/v1/http |
API Key | HubSpot |
| 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 Libre | E-Commerce | https://mcp.mercadolibre.com/mcp |
API Key | Mercado Libre MCP Server |
| Mercado Pago | Payments | https://mcp.mercadopago.com/mcp |
API Key | Mercado Pago MCP Server |
| SearchAPI | Search | https://www.searchapi.io/mcp |
API Key | SearchAPI |
| Short.io | Link shortener | https://ai-assistant.short.io/mcp |
API Key | Short.io |
| zip1.io | Link shortener | https://zip1.io/mcp |
Open | zip1.io |
| Telnyx | Communication | https://api.telnyx.com/v2/mcp |
API Key | Telnyx |
| Dodo Payments | Payments | https://mcp.dodopayments.com/sse |
API Key | Dodo Payments |
| Polar Signals | Software Development | https://api.polarsignals.com/api/mcp/ |
API Key | Polar Signals |
| Manifold | Forecasting | https://api.manifold.markets/v0/mcp |
Open | Manifold |
| Javadocs | Software Development | https://www.javadocs.dev/mcp |
Open | Javadocs.dev |
| CustomGPT.ai | RAG-as-a-service | https://mcp.customgpt.ai |
API | CustomGPT.ai |
| Ferryhopper | Other | https://mcp.ferryhopper.com/mcp |
Open | Ferryhopper |
| SubwayInfo NYC | Other | https://subwayinfo.nyc/mcp |
Open | SubwayInfo NYC |
| Wolfram | Productivity | https://agenttools.wolfram.com/mcp |
Open | Wolfram Research |
Remote MCP Installation Guide
Kindy powered by Install This MCP
MCP Clients
A complete list of MCP clients can be found here
Server Name: My Awesome MCP Server
Server URL: https://mcp.my-awesome-server.com/sse
Cursor
Instructions: Add to ~/.cursor/mcp.json or .cursor/mcp.json (project-specific)
Configuration:
{
"mcpServers": {
"test": {
"url": "https://mcp.my-awesome-server.com/sse"
}
}
}
VS Code
Instructions: Add to VS Code settings.json
Configuration:
{
"mcp": {
"servers": {
"test": {
"type": "http",
"url": "https://mcp.my-awesome-server.com/sse"
}
}
}
}
Claude Desktop / Claude.ai
Instructions: Go to Settings โ Connectors โ Add Custom Connector and fill in:
- Name: test
- URL: https://mcp.my-awesome-server.com/sse
Please note that if you are part of an organisation, you may not have access to custom connectors at this point. Ask your org administator.
Claude Code
Command:
claude mcp add --transport http "test" https://mcp.my-awesome-server.com/sse
Instructions: Run the command in your terminal
Windsurf
Instructions: Add to your Windsurf MCP configuration
Configuration:
{
"mcpServers": {
"test": {
"serverUrl": "https://mcp.my-awesome-server.com/sse"
}
}
}
Cline
Instructions: Go to MCP Servers section โ Remote Servers โ Edit Configuration
Configuration:
{
"mcpServers": {
"test": {
"url": "https://mcp.my-awesome-server.com/sse",
"type": "streamableHttp"
}
}
}
Gemini CLI
Instructions: Add to ~/.gemini/settings.json
Configuration:
{
"mcpServers": {
"test": {
"httpUrl": "https://mcp.my-awesome-server.com/sse"
}
}
}
ChatGPT
Instructions: First, go to 'Settings -> Connectors -> Advanced Settings' and turn on 'Developer Mode'.
Then, in connector settings click 'create'.
Fill in:
- Name: test
- URL: https://mcp.my-awesome-server.com/sse
- Authentication: OAuth
In a new chat ensure developer mode is turned on with the connector(s) selected.
Please note that Developer Mode must be enabled and this feature may not be available for everyone..
API Libraries
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.
FAQs
Can I use an Oauth MCP server in an API request to an LLM provider?
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.
Why do some servers have a /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.
Community
Join the MCP community to stay updated and connect with other developers:
FAQ
Common questions
Discussion
Questions & comments ยท 0
Sign In Sign in to leave a comment.