Skip to content
Cursor

Wheel Fitment API for Cursor

io.github.driveate/wheel-size-mcp

Official MCP server for vehicle wheel and tire fitment data from wheel-size.com

client:Cursor transport:stdio runtime:pypi

Install Wheel Fitment API 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": {
    "wheel-size-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wheel-size-mcp"
      ],
      "env": {
        "WHEELSIZE_API_KEY": "<WHEELSIZE_API_KEY>"
      }
    }
  }
}

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

Wheel Fitment API in other clients