Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

feedlio in other clients