Skip to content
Windsurf

Wheel Fitment API for Windsurf

io.github.driveate/wheel-size-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install Wheel Fitment API in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "wheel-size-mcp": {
      "command": "uvx",
      "args": [
        "wheel-size-mcp"
      ],
      "env": {
        "WHEELSIZE_API_KEY": "<WHEELSIZE_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Wheel Fitment API in other clients