Wheel Fitment API for Grok
io.github.driveate/wheel-size-mcp
Official MCP server for vehicle wheel and tire fitment data from wheel-size.com
client:Grok
transport:stdio
runtime:pypi
Install Wheel Fitment API in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wheel-size-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wheel-size-mcp"
],
"env": {
"WHEELSIZE_API_KEY": "<WHEELSIZE_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs