Aptos Mcp
@cuongpo
About Aptos Mcp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aptos-mcp-server": {
"command": "npx",
"args": [
"-y",
"aptos-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Aptos Mcp?
Aptos Mcp is a Model Context Protocol (MCP) server for interacting with the Aptos blockchain testnet. It enables AI assistants to perform blockchain operations, query data, and manage digital assets on Aptos.
How to use Aptos Mcp?
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.
Key features of Aptos Mcp
- 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
Use cases of Aptos Mcp
- Generate a testnet account, fund it from the faucet, and check its balance
- Transfer APT tokens between accounts using private keys
- Query current blockchain information and retrieve block data
- Deploy a new fungible token or create an NFT collection and mint NFTs
- Execute read-only view functions and query table items
FAQ from Aptos Mcp
What network does Aptos Mcp use?
Aptos Mcp uses the Aptos testnet by default, as stated in the configuration.
How do I deploy Aptos Mcp to mcp.so?
Push your code to a public GitHub repository, submit it via the mcp.so submission form, and the server will be hosted automatically. It supports both stdio and REST transports and includes a Dockerfile for containerized deployment.
What are the security considerations?
Private keys must never be shared or exposed. The server operates on testnet only. The testnet faucet has rate limits. Always simulate transactions before submitting. All addresses and inputs are validated.
Does Aptos Mcp support mainnet?
No, the server is explicitly configured for testnet only, as noted in the security notes.
What transport modes are available?
Aptos Mcp supports stdio mode (default) and REST mode (set mode=rest environment variable). It also supports both transports when deployed on mcp.so.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-devπ₯ MaxKB is an open-source platform for building enterprise-grade agents. εΌΊε€§ζη¨ηεΌζΊδΌδΈηΊ§ζΊθ½δ½εΉ³ε°γ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments