Planify for Grok
com.planifyapps/planify
Schedule and publish social posts to Twitter, Instagram, LinkedIn, Pinterest, Bluesky and more.
client:Grok
transport:stdio
runtime:npm
Install Planify in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"planify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@planifyapps/mcp"
],
"env": {
"PLANIFY_API_KEY": "<PLANIFY_API_KEY>",
"PLANIFY_API_URL": "<PLANIFY_API_URL>"
}
}
}
}
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