Skip to content
Cursor

fragments mcp for Cursor

io.github.conanmcn/fragments-mcp

Design system MCP with 9 tools for component discovery, rendering, and a11y auditing

client:Cursor transport:stdio runtime:npm

Install fragments mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "fragments-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fragments-sdk/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

fragments mcp in other clients