Loading MCP server directory, please wait...
Official MCP server for vehicle wheel and tire fitment data from wheel-size.com
npx @getmcp/cli add io.github.driveate/wheel-size-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
WHEELSIZE_API_KEYAPI key from developer.wheel-size.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.driveate/wheel-size-mcp": {
"command": "uvx",
"args": [
"wheel-size-mcp"
],
"env": {
"WHEELSIZE_API_KEY": ""
}
}
}
}