aptos-mcpServer

Tlazypanda
GitHub
BlockchainAptosDevelopment

Loading subscription status...

๐Ÿ’ก Description

MCP server for interacting with Aptos documentation and generating full-stack Aptos blockchain applications.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "aptos-dev": {
        "env": {
          "GITHUB_TOKEN": "your_github_token"
        },
        "args": [
          "--directory",
          "/path/to/aptos-mcp-server",
          "run",
          "aptos_mcp_server.py"
        ],
        "command": "uv"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

generate_aptos_componentcreate_aptos_projecttest_aptos_contractcreate_aptos_indexeraptos_abi_generatecreate_gas_station

โšก Features

  • Explore and search Aptos documentation
  • Create new Aptos projects (full-stack, contracts, or clients)
  • Generate components for Aptos projects
  • Test Aptos Move contracts
  • Generate TypeScript ABI interface for Move contracts

๐Ÿ’ฌ Example Queries

  • Explore the Aptos documentation
  • Search for 'table' in the Aptos documentation
  • Create a new Aptos full-stack project named 'nft-marketplace'
  • Generate Move module for token contract
  • Create a React component for wallet connection
  • Generate TypeScript ABI for my contract
  • Test the withdraw function of my contract