AvailMCP

dhananjaypai08/AvailMCP

3.1

If you are the rightful owner of AvailMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server on AVAIL DA allows interaction with the Avail DA via Claude Desktop using natural language prompts.

MCP Server on AVAIL DA

Interact with the avail DA via Claude Desktop using natural language prompts

Work In Progress

  • Currently supports sending data
  • Query transactions on Avail DA

Future Work

  • Node deployment
  • Integrate Avail Nexus
  • Seamless cross-chain transfers

Setup

Running the local avail-client handler backend

cd avail-client
cp .env.example .env # configure your .env file
go mod tidy
go run main.go

Starts the server locally on 8080 port

Configuring the MCP Server to Claude desktop

Add this to claude_desktop_config.json present somewhere in Application Support

  • for mac-os it is in : /Library/Application\ Support/Claude
"AvailDA": {
    "command": "python",
    "args": [
        "FULL/PATH/TO/REPO/AvailMCP/avail-mcp/server.py"
    ]
}