Skip to content
Grok

AIFeed for Grok

io.github.denyn1/aifeed-mcp-server

Verify signed AIFeed permissions, fetch token-budgeted markdown, and verify assets for AI agents.

client:Grok transport:stdio runtime:npm

Install AIFeed in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aifeed-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aifeed-mcp-server"
      ]
    }
  }
}

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

AIFeed in other clients