Claude

install.setup

Fetch read-only MCP client setup snippets for Codex, Claude Desktop, Cursor, Windsurf, or remote HTTP clients.

Remote heyclaude/heyclaude

Remote (network-hosted)

Other tools also called install.setup? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "client": {
      "enum": [
        "codex",
        "claude-desktop",
        "cursor",
        "windsurf",
        "remote-http"
      ],
      "type": "string",
      "description": "MCP client to generate a setup snippet for (e.g. 'claude-desktop', 'cursor')."
    },
    "endpointUrl": {
      "type": "string",
      "format": "uri",
      "maxLength": 500,
      "description": "Override the default remote MCP endpoint URL in the generated snippet."
    }
  }
}
          

Provider

Claude →