plyo mcp for Grok
io.github.plyo-dev/plyo-mcp
Save, publish, restore and back up AI-built projects on Plyo, for people who build with AI.
client:Grok
transport:stdio
runtime:npm
Install plyo mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"plyo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"plyo-mcp"
],
"env": {
"PLYO_TOKEN": "<PLYO_TOKEN>"
}
}
}
}
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