Skip to content
Claude Desktop

Ink MCP for Claude Desktop

ink.ml/ink

Deploy and manage applications, databases, domains, and git repos

client:Claude Desktop transport:streamable-http

Install Ink MCP in Claude Desktop

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

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

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

Ink MCP in other clients