aptos-core

GitHub

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "aptos-core": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-aptos-core"
      ]
    }
  }
}