Skip to content
Claude Desktop

typeship for Claude Desktop

dev.typeship/typeship

Generate a typed SDK, CLI, and MCP server from any OpenAPI or GraphQL spec, and keep them current.

client:Claude Desktop transport:streamable-http runtime:npm

Install typeship in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "typeship": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://typeship.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

typeship in other clients