MCPCloud.sh — Product and API reference

Connect a client

Connect your MCP server to any client

Every MCPCloud deployment exposes a standard streamable HTTP endpoint. Pick your client below for copy-paste setup that mirrors the in-app Connect panel — the same snippets, ready for the web.

Using a skill

Skills don’t connect — they run inside your agent

A skill is a set of instructions, not an endpoint, so there is no URL to paste. You take its SKILL.md into your agent, and connect the MCP servers it depends on — using the client guides above.

  1. Install the skill from the marketplace. Any MCP servers it depends on are installed alongside it.
  2. Download the package — Use this skill on the listing, from Settings → Installations, or mcp skills pull <artifactId> in the CLI. You get SKILL.md plus an mcpcloud.json listing the servers it needs and whether you already have each one.
  3. Copy SKILL.md into the skills directory your agent reads, and connect each server in mcpcloud.json using the guide for your client above.

Already connected MCPCloud to your agent? Skip the download — ask it to call get_skill_package and it will fetch the instructions and the server list itself.

Don’t have a server yet?

Paste an OpenAPI spec, let Claude enrich every tool description, and deploy a typed MCP server in minutes. Then come back here to connect it.