Skip to content
Cursor

agentscoin mcp for Cursor

io.github.axiosdevs/agentscoin-mcp

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

client:Cursor transport:stdio runtime:npm

Install agentscoin mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentscoin mcp in other clients