Skip to content
Claude Desktop

basalt for Claude Desktop

io.github.basalt-run/basalt

Design tokens, components, icons, and a11y data via MCP. For Cursor, Claude, and Windsurf.

client:Claude Desktop transport:sse

Install basalt in Claude Desktop

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

{
  "mcpServers": {
    "basalt": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://basalt.run/api/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

basalt in other clients