MCP.so
Sign In

Remote MCP Servers

Official hosted MCP endpoints from SaaS providers — connect directly, no install required.

Media & Design

Figma

Figma

Files, designs, Dev Mode context

Added 5 days ago

Magic Patterns

Magic Patterns

Discuss and iterate on Magic Patterns designs

Added 5 days ago

tldraw

tldraw

Diagrams and whiteboards

Added 5 days ago

Send

Send

Create shareable documents, one-pagers, and decks

Added 5 days ago

Eraser

Eraser

Generate, manage, and update Eraser diagrams and files

Added 5 days ago
B

BioRender

BioRender

Scientific figures, illustrations

Added 5 days ago
G

Gamma

Gamma

Presentations, documents, websites

Added 5 days ago

Trimble SketchUp

Trimble SketchUp

Create and iterate 3D models for use in SketchUp

Added 5 days ago

Spotify

Spotify

Music and podcast recommendations, just for you.

Added 5 days ago

Lucid

Lucid

Ideate, diagram, and align teams

Added 5 days ago

Splice

Splice

Search Splice's sounds catalog, build stacks & more!

Added 5 days ago

Mermaid Chart

Mermaid Chart

Validates Mermaid syntax, renders diagrams as high-quality SVG, and displays them instantly in an interactive UI where users can preview, zoom, and iterate in real time.

Added 5 days ago

Excalidraw

Excalidraw

MCP for creating interactive hand-drawn diagrams in Excalidraw

Added 5 days ago

Audible

Audible

Ask for audiobook recommendations

Added 5 days ago

Canva

Canva

Designs, assets, exports, comments

Added 5 days ago

Melon

Melon

Browse music charts & your personalized music picks

Added 5 days ago

Adobe for creativity

Adobe for creativity

Ideate, create, and deliver with Adobe pro tools

Added 5 days ago

Cloudinary

Cloudinary

Manage, transform and deliver your images & videos

Added 5 days ago

Miro

Miro

Access and create new content on Miro boards

Added 5 days ago

Adobe Experience Manager

Adobe Experience Manager

Manage your Adobe Experience Manager content

Added 5 days ago

Frequently asked questions

Common questions about hosted and remote MCP servers

1

What is a remote MCP server?

A remote MCP server runs over HTTP/SSE instead of a local process — you point your client at a URL instead of installing and running anything on your own machine.

2

How is a remote server different from a local one?

A local server runs on your machine and needs a runtime like Node.js or Python. A remote server is hosted by a third party — you just need a URL (and sometimes an API key) to connect, which is simpler to set up but depends on the provider staying online.

3

Are remote MCP servers safe to use?

Your data passes through the provider's infrastructure, so stick to servers run by official or well-known teams that document how they handle data, and grant sensitive permissions carefully.

4

How do I connect to a remote MCP server?

Add the server URL in a client that supports remote MCP, then configure OAuth, an API key, or request headers as required by the provider. Streamable HTTP, SSE, and authentication support vary by client, so follow both the server page and client documentation.

5

Does a remote MCP server need to stay online?

Yes. Calls depend on network access, provider uptime, and rate limits. For important workflows, check the provider's status page, timeout and retry behavior, quotas, and fallback options.

6

Can Claude, Cursor, VS Code, and Codex use remote MCP servers?

Yes, when the client supports the server's remote transport and authentication method. Newer clients commonly support Streamable HTTP, while older versions may only support SSE or local stdio, so verify version compatibility first.