Aptos Mcp

by cuongpo

267 downloads
Not rated
GitHub

Description

# Aptos MCP Server A Model Context Protocol (MCP) server for interacting with the Aptos blockchain testnet. This server provides AI assistants with the ability to perform blockchain operations, query data, and manage digital assets on Aptos. ## Features ### 🔐 Account Management…

About

# Aptos MCP Server A Model Context Protocol (MCP) server for interacting with the Aptos blockchain testnet. This server provides AI assistants with the ability to perform blockchain operations, query data, and manage digital assets on Aptos. ## Features ### 🔐 Account Management ff - Generate new Aptos accounts - Get…

Details

Author
cuongpo
Downloads
267
Categories
Other

- Generate, fund, and manage Aptos accounts
- Transfer APT tokens and execute custom transactions
- Query blockchain information, blocks, events, and gas prices
- Manage fungible tokens and NFTs (create, mint, transfer)
- Simulate transactions for gas estimation

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Aptos Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npm install and build with npm run build. Run in stdio mode (node build/index.js) or REST mode (mode=rest node build/index.js). Integrate with Claude Desktop by adding the server configuration with the command and args pointing to the built index.js. It is also ready for deployment on mcp.so.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "aptos mcp": {
            "aptos-mcp-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "aptos-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "aptos-mcp-server": {
        "command": "npx",
        "args": [
            "-y",
            "aptos-mcp-server"
        ]
    }
}

Aptos MCP Server

A Model Context Protocol (MCP) server for interacting with the Aptos blockchain testnet. This server provides AI assistants with the ability to perform blockchain operations, query data, and manage digital assets on Aptos.

Features

🔐 Account Management ff

- Generate new Aptos accounts - Get account information and balances - Fund accounts from t estnet faucet - Validate addresses and check account existence. d - Query account resources

💸 Transaction Operations

- Transfer APT tokens between accounts - Build, sign, and submit transactions - Simulate transactions for gas estimation - Track transaction status and history - Execute custom smart contract functions

🔍 Blockchain Queries

- Get current blockchain information - Query blocks by height or version - Search for events and activities - Get gas price estimations - Call view functions (read-only) - Query table items

🎨 Token & NFT Management

- Get account token balances (fungible tokens) - Query owned NFTs and collections - Transfer tokens and NFTs - Get token and collection metadata - Track token-related activities - Deploy new fungible tokens - Create NFT collections - Mint NFTs and fungible tokens

Installation

Local Development

npm install
npm run build

mcp.so Hosting

This server is ready for deployment on mcp.so:

1. Upload to GitHub: Push your code to a public repository
2. Submit to mcp.so: Use the submission form
3. Automatic hosting: Supports both stdio and REST transports
4. Docker support: Includes Dockerfile for containerized deployment

Usage

With Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "aptos": {
      "command": "node",
      "args": ["/path/to/aptos-mcp-server/build/index.js"],
      "env": {}
    }
  }
}

Standalone Testing

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.