PlanVortex for Grok
io.github.taliasoftworks/planvortex
Schedule posts, read comments and answer messages across all your social networks.
client:Grok
transport:stdio
runtime:npm
Install PlanVortex in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"planvortex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"planvortex-mcp"
],
"env": {
"PLANVORTEX_CLIENT_ID": "<PLANVORTEX_CLIENT_ID>",
"PLANVORTEX_CLIENT_SECRET": "<PLANVORTEX_CLIENT_SECRET>",
"PLANVORTEX_ORGANIZATION_ID": "<PLANVORTEX_ORGANIZATION_ID>",
"PLANVORTEX_MCP_UPLOAD_DIRS": "<PLANVORTEX_MCP_UPLOAD_DIRS>",
"PLANVORTEX_MCP_READ_ONLY": "<PLANVORTEX_MCP_READ_ONLY>",
"PLANVORTEX_MCP_ALLOW_AI": "<PLANVORTEX_MCP_ALLOW_AI>"
}
}
}
}
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