MCP: Connect Any AI to Your Tools

Endpoints for common servers

By mcp-guide · 0 stars

Check the vendor's docs before connecting; many endpoints moved from `/sse` to `/mcp` in 2025-2026.

| Server | Type | Endpoint or package | Notes |
|---|---|---|---|
| GitHub | Remote | `https://api.githubcopilot.com/mcp/` | OAuth or PAT header |
| Sentry | Remote | `https://mcp.sentry.dev/mcp` | Narrow with `/mcp/{org}` or `/mcp/{org}/{project}` |
| Linear | Remote | `https://mcp.linear.app/mcp` | Old `/sse` endpoint being retired |
| Atlassian (Jira, Confluence) | Remote | `https://mcp.atlassian.com/v2/mcp` | v2 for new setups; OAuth 2.1 or API token |
| Notion | Remote | `https://mcp.notion.com/mcp` | OAuth |
| Figma | Remote | `https://mcp.figma.com/mcp` | A desktop-app local server also exists |
| Playwright | Local | `@playwright/mcp` (npx) | Browser automation |
| Filesystem | Local | `@modelcontextprotocol/server-filesystem` | Pass only the folders to expose |
| Memory | Local | `@modelcontextprotocol/server-memory` | Knowledge-graph memory |
| Fetch | Local | `mcp-server-fetch` (uvx) | Web pages as Markdown |

For other services (Stripe, HubSpot, Google Drive, Microsoft 365, Dropbox), check the host's built-in connector first.

### Where to find more

- Official MCP Registry: registry.modelcontextprotocol.io (searchable, with an API).
- Reference servers: github.com/modelcontextprotocol/servers.
- Host catalogs: Claude connector directory, ChatGPT Plugin Directory, Cursor Marketplace, VS Code MCP gallery.

### Sources

- https://registry.modelcontextprotocol.io/
- https://github.com/modelcontextprotocol/servers
- https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp-in-your-ide/set-up-the-github-mcp-server
- https://docs.sentry.io/product/sentry-mcp/
- https://linear.app/docs/mcp
- https://github.com/atlassian/atlassian-mcp-server
- https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Figma-MCP-server