Skip to content
Cursor

tokven mcp for Cursor

io.github.mihkel00/tokven-mcp

Generate design token systems from a hex color — OKLCH-derived, WCAG-validated, multi-format

client:Cursor transport:stdio runtime:npm

Install tokven mcp in Cursor

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

{
  "mcpServers": {
    "tokven-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tokven-mcp"
      ]
    }
  }
}

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

tokven mcp in other clients