← Back to browse

AntFeed

Indexed by io.github.Augustas11

About

Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsANTFEED_EXPLORER_URL ANTSEED_BUYER_URL ANTSEED_MAX_DEPOSIT_USDC ANTSEED_BUYER_STRICT
Claude Code
claude mcp add --env ANTFEED_EXPLORER_URL= --env ANTSEED_BUYER_URL= --env ANTSEED_MAX_DEPOSIT_USDC= --env ANTSEED_BUYER_STRICT= antfeed-mcp -- npx @antfeed/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"antfeed-mcp","command":"npx","args":["@antfeed/mcp"],"env":{"ANTFEED_EXPLORER_URL":"","ANTSEED_BUYER_URL":"","ANTSEED_MAX_DEPOSIT_USDC":"","ANTSEED_BUYER_STRICT":""}}'
JSON
{
  "mcpServers": {
    "antfeed-mcp": {
      "command": "npx",
      "args": [
        "@antfeed/mcp"
      ],
      "env": {
        "ANTFEED_EXPLORER_URL": "",
        "ANTSEED_BUYER_URL": "",
        "ANTSEED_MAX_DEPOSIT_USDC": "",
        "ANTSEED_BUYER_STRICT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.