Open State: Camping - Parks Canada for Grok
io.github.jcrossman/open-state-camping
Find and prepare Parks Canada reservations while keeping the citizen in control.
client:Grok
transport:stdio
runtime:npm
Install Open State: Camping - Parks Canada in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"open-state-camping": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@open-state/camping"
]
}
}
}
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