AntFeed for Grok
io.github.augustas11/antfeed-mcp
Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent.
client:Grok
transport:stdio
runtime:npm
Install AntFeed in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"antfeed-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@antfeed/mcp"
],
"env": {
"ANTFEED_EXPLORER_URL": "<ANTFEED_EXPLORER_URL>",
"ANTSEED_BUYER_URL": "<ANTSEED_BUYER_URL>",
"ANTSEED_MAX_DEPOSIT_USDC": "<ANTSEED_MAX_DEPOSIT_USDC>",
"ANTSEED_BUYER_STRICT": "<ANTSEED_BUYER_STRICT>"
}
}
}
}
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