A curated list of high-quality remote Model Context Protocol (MCP) servers that works with Highlight out of the box. 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 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 support required
- Reliability: Proven track record of uptime and performance
- Community: Active user community and support channels
| Name | Category | URL | Authentication | Maintainer |
|---|---|---|---|---|
| Atlasian | Software Development | https://mcp.atlassian.com/v1/sse |
OAuth2.1 | Atlassian |
| Asana | Project Management | https://mcp.asana.com/sse |
OAuth2.1 | Asana |
| Intercom | Customer Support | https://mcp.intercom.com/sse |
OAuth2.1 | Intercom |
| Neon | Software Development | https://mcp.neon.tech/see |
OAuth2.1 | Neon |
| PayPal | Payments | https://mcp.paypal.com/sse |
OAuth2.1 | PayPal |
| Plaid | Payments | https://api.dashboard.plaid.com/mcp/sse |
OAuth2.1 | Plaid |
| Sentry | Software Development | https://mcp.sentry.dev/sse |
OAuth2.1 | Sentry |
| Linear | Project Management | https://mcp.linear.app/sse |
OAuth2.1 | Linear |
| OneContext | RAG-as-a-Service | https://rag-mcp-2.whatsmcp.workers.dev/sse |
OAuth2.1 | OneContext |
| Square | Payments | https://mcp.squareup.com/sse |
OAuth2.1 | Square |
| Webflow | CMS | https://mcp.webflow.com/sse |
OAuth2.1 | Webflow |
| Wix | CMS | https://mcp.wix.com/sse |
OAuth2.1 | Wix |
| Cloudflare Docs | Documentation | https://mcp.cloudflare.com/sse |
Open | Cloudflare |
| 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 |
| Cloudflare Radar | Observability | https://radar.mcp.cloudflare.com/sse |
OAuth2.1 | Cloudflare |
| Kollektiv | Documentation | https://mcp.thekollektiv.ai/sse |
Oauth2.1 | Kollektiv |
| LLM Text | Data Analysis | https://mcp.llmtxt.dev/sse |
Open | LLM Text |
| GitMCP | Software Development | https://gitmcp.io/docs |
Open | GitMCP |
| Globalping | Software Development | https://mcp.globalping.dev/sse |
OAuth2.1 | Globalping |
| Semgrep | Software Development | https://mcp.semgrep.ai/sse |
Open | Semgrep |
| Bitte | Blockchain Data Analysis | https://mcp.bitte.ai/sse |
Open | Bitte |
| McPoogle | MCP Server Search Engine | https://mcp.mcpoogle.com/sse |
Open | McPoogle |
| DeepWiki | Documentation RAG | https://mcp.deepwiki.com/mcp |
Open | Cognition |
| Invideo | Video Service | https://mcp.invideo.io/sse |
OAuth2.1 | Invideo |
Note from Highlight Team: 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. If your client supports please contribute. Make sure to keep alphatical order.
| Name | Category | URL | Authentication | Maintainer |
|---|---|---|---|---|
| Claude Desktop | Productivity | https://claude.ai/download |
OAuth2.1 | Anthropic |
| Highlight AI | Productivity | https://highlightai.com |
OAuth2.1 | HighlightAI |
To use remote MCP servers that requires auth you need to use mcp-remote. Make sure you have Node.js installed in your computer. For desktop clients the configuration you need to add to your client's config file will be like this;
{
"mcpServers": {
"<REMOTE_MCP_SERVER_NAME>": {
"command": "npx",
"args": [
"mcp-remote",
"<REMOTE_MCP_SERVER_URL>"
]
}
}
}
This project is licensed under the MIT License - see the LICENSE file for details.