Vancam for Grok
io.github.shughestr/vancam-mcp
Search 1M+ live traffic cameras worldwide by bounds, radius, route, or nearest point.
client:Grok
transport:stdio
runtime:pypi
Install Vancam in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vancam-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"vancam-mcp"
],
"env": {
"VANCAM_API_KEY": "<VANCAM_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