Install
$ agentstack add mcp-highlight-ing-remote-mcp-servers ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Awesome Remote MCP Servers
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.
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.
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 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 | | ------------------------ | ------------------------ | ---------------------------------------------- | -------------- | --------------------------------------------------------------- | | 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 |
MCP Clients with OAuth Support
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 |
Other MCP Clients
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": {
"": {
"command": "npx",
"args": [
"mcp-remote",
""
]
}
}
}
License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: highlight-ing
- Source: highlight-ing/remote-mcp-servers
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.