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
{
"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