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

Official

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.

SSE
OAuth
issues
projects
planning

Endpoint

https://mcp.linear.app/sse

Atlassian

Atlassian

Official

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.

SSE
OAuth
jira
confluence
tickets

Endpoint

https://mcp.atlassian.com/v1/sse

Intercom

Intercom

Official

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.

SSE
OAuth
support
crm
help-center

Endpoint

https://mcp.intercom.com/sse

Sentry

Sentry

Official

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.

SSE
OAuth
observability
errors
releases

Endpoint

https://mcp.sentry.dev/sse

Cognition

DeepWiki

Official

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.

SSE
No auth
docs
code-search
open-source

Endpoint

https://mcp.deepwiki.com/sse

Zapier

Zapier

Official

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.

Streamable HTTP
API key
automation
integrations
actions

Endpoint

https://mcp.zapier.com/api/mcp

How 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.

  1. Confirm the server is publicly hosted and documented by its provider.
  2. Add an entry to the REMOTE_MCP_SERVERS array with a unique slug.
  3. Include the transport (sse, http, or streamable-http) and auth method.
  4. Open a pull request — keep the description concise and outcome-focused.
Remote MCP Server Directory | Prompt Circle