writio for Grok
io.github.alexlarcheveque/writio
LinkedIn-native AI content creation, scheduling & analytics via MCP.
client:Grok
transport:stdio
runtime:npm
Install writio in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"writio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@writio/mcp-server"
],
"env": {
"WRITIO_API_TOKEN": "<WRITIO_API_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