Remote MCP Directory
Remote MCP servers, ready to connect.
Remote MCP servers are hosted endpoints that any MCP-aware AI client — Claude, Cursor, ChatGPT, and more — can connect to over the network. No local install, no Docker, just a URL. Browse curated providers, copy the endpoint, and plug it into your agent.
Linear
Linear
Read and manage issues, projects, and cycles in Linear.
Official Remote MCP server from Linear. Connect your AI assistant to Linear workspaces to triage issues, draft project updates, and automate cycle planning.
Endpoint
https://mcp.linear.app/sseAtlassian
Atlassian
Search and update Jira and Confluence content.
Official Atlassian Remote MCP server covering Jira issues and Confluence pages. Useful for status updates, ticket triage, and pulling documentation into context.
Endpoint
https://mcp.atlassian.com/v1/sseIntercom
Intercom
Search conversations and articles across your Intercom workspace.
Surface customer conversations, contacts, and Help Center articles directly inside MCP-aware AI clients. Great for support summaries and answer drafting.
Endpoint
https://mcp.intercom.com/sseSentry
Sentry
Investigate issues, releases, and performance from Sentry projects.
Connect AI assistants to your Sentry organization to pull recent issues, inspect stack traces, and pivot through releases without leaving the chat.
Endpoint
https://mcp.sentry.dev/sseCognition
DeepWiki
Ask questions about any indexed GitHub repository.
Public Remote MCP server backed by DeepWiki. Lets AI clients answer questions about open-source repositories with code-aware grounding, no auth required.
Endpoint
https://mcp.deepwiki.com/sseZapier
Zapier
Trigger 7,000+ apps through Zapier from any MCP client.
Zapier's hosted MCP server exposes your Zaps and actions as MCP tools. Pair an AI assistant with the entire Zapier app catalog without writing integrations.
Endpoint
https://mcp.zapier.com/api/mcpHow to add a server to the directory
The directory is open-source and curated. Each entry lives in apps/web/src/lib/remote-mcp-servers.ts. Open a pull request that adds a new RemoteMcpServer entry with the production endpoint, transport, auth method, and a link to provider docs.
- Confirm the server is publicly hosted and documented by its provider.
- Add an entry to the
REMOTE_MCP_SERVERSarray with a uniqueslug. - Include the transport (
sse,http, orstreamable-http) and auth method. - Open a pull request — keep the description concise and outcome-focused.