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