Skip to main content
Glama

Aptos MCP Server

A Model Context Protocol (MCP) server for interacting with Aptos documentation and creating full-stack Aptos blockchain applications.

Features

  • ๐Ÿ” Browse and search Aptos documentation

  • ๐Ÿ”ง Create new Aptos projects (fullstack, contract, or client)

  • ๐Ÿงฉ Generate components for Aptos projects

  • ๐Ÿงช Test Aptos Move contracts

  • ๐Ÿ“œ Generate TypeScript ABI interfaces for Move contracts

Related MCP server: Dedalus MCP Documentation Server

Installation

Prerequisites

  • Python 3.10 or later

  • Node.js and npm

  • Aptos CLI (for some tooling features)

Setup

  1. Install the mcp package:

uv add "mcp[cli]"
# or 
pip install "mcp[cli]"
  1. Clone this repository:

git clone https://github.com/yourusername/aptos-mcp-server.git
cd aptos-mcp-server
  1. Install dependencies:

uv add httpx
# or
pip install httpx
  1. (Optional) Set GitHub token for increased API rate limits:

export GITHUB_TOKEN=your_github_token

Using with Claude Desktop

  1. Install Claude Desktop from claude.ai/download

  2. Add the Aptos MCP Server to your Claude Desktop configuration:

mcp install aptos_mcp_server.py

Or manually edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "aptos-dev": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/aptos-mcp-server",
        "run",
        "aptos_mcp_server.py"
      ]
    }
  }
}
  1. Restart Claude Desktop

Development

Run the server in development mode with the MCP Inspector:

mcp dev aptos_mcp_server.py

Usage

Once connected to Claude Desktop, you can:

Browse Aptos Documentation

Ask Claude to browse through the Aptos documentation repository:

  • "Show me the Aptos documentation structure"

  • "Find information about Move modules in the Aptos docs"

  • "Get me the Table implementation documentation"

Create New Projects

Ask Claude to set up new Aptos projects:

  • "Create a new Aptos full-stack project called 'my-first-dapp'"

  • "Generate a Move smart contract for a marketplace"

  • "Set up a client-only Aptos project"

Generate Components

Ask Claude to generate components for your Aptos projects:

  • "Generate a React component for connecting to Aptos wallet"

  • "Create a Move table for storing user profiles"

  • "Make a client function for querying contract data"

Test and Generate ABIs

Ask Claude to test contracts and generate interfaces:

  • "Test my Aptos contract at ~/projects/my-dapp/move"

  • "Generate TypeScript bindings for my Move contract"

Example Queries

  • "Browse through the Aptos documentation"

  • "Search the Aptos docs for 'table'"

  • "Create a new Aptos fullstack project called 'nft-marketplace'"

  • "Generate a Move module for a token contract"

  • "Create a React component for wallet connection"

  • "Generate TypeScript ABI for my contract"

  • "Test my contract's withdraw function"

License

MIT

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server for Shelby Protocol that enables AI agents to read, write, and manage files on decentralized storage (Aptos) through tools like upload, download, list, delete, and account info.
    Last updated
    5
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Aptos MCP is a comprehensive Model Context Protocol (MCP) server implementation for the Aptos blockchain, compatible with MCP clients like Claude Desktop or Cursor.ai. It provides a complete DeFi toolkit covering major Aptos protocols including pool discovery, lending, DEX operations, perpetual trading, liquid staking, and cross-protocol portfolio management.
    Last updated
    27
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Klever blockchain smart contract development.

  • MCP server for accessing curated awesome list documentation

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tlazypanda/aptos-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server