mcp social for Grok
io.github.infoinlet-marketplace/mcp-social
Multi-platform social posting for AI agents (Postiz) — channels, schedule/publish posts.
client:Grok
transport:stdio
runtime:npm
Install mcp social in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-social": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-social"
]
}
}
}
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