feedlio for Grok
io.github.itechsoftsolution16/feedlio
Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.
client:Grok
transport:stdio
runtime:npm
Install feedlio in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"feedlio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@itechsoftsolutions/social-mcp-server"
],
"env": {
"FEEDLIO_API_URL": "<FEEDLIO_API_URL>",
"FEEDLIO_API_TOKEN": "<FEEDLIO_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