Back to directory
akash-network/mcp

akash-network/mcp

@akash-network

Akash MCP Server - TypeScript implementation for interacting with Akash Network

akashclouddeploymentblockchainmcptypescriptserver

Installation & Configuration

{
  "mcpServers": {
    "Akash": {
      "command": "node",
      "args": [
        "<path to dist/index.js>"
      ],
      "env": {
        "AKASH_MNEMONIC": "<your mnemonic here>",
        "AKASH_RPC_URL": "https://rpc.akashnet.net:443"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15