Skip to content
Cursor

mcp server wheel size for Cursor

io.github.aiwerk/mcp-server-wheel-size

Wheel-Size.com fitment API: OEM and aftermarket wheel and tyre data for 100k+ vehicles (read-only).

client:Cursor transport:stdio runtime:npm

Install mcp server wheel size in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-wheel-size": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-wheel-size"
      ],
      "env": {
        "WHEEL_SIZE_API_KEY": "<WHEEL_SIZE_API_KEY>"
      }
    }
  }
}

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

mcp server wheel size in other clients