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