Skip to content
Grok

agentscoin mcp for Grok

io.github.axiosdevs/agentscoin-mcp

Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.

client:Grok transport:stdio runtime:npm

Install agentscoin mcp in Grok

.mcp.json (in your project root)

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

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

agentscoin mcp in other clients