Aptos NPM MCP
A MCP server for interacting with Aptos NPM packages.
Aptos NPM MCP
Prerequisite
- node and npm (npm ≥ 5.2.0)
- Build Bot Api Key
Generate a Build Bot Api Key
To be able to make Aptos Build actions like managing api keys, etc. Follow those instruction to generate a new Bot Api Key to use with the MCP
- Go to https://build.aptoslabs.com/
- Click on your name in the bottom left corner
- Click on "Bot Keys"
- Click on the "Create Bot Key" button
- Copy the Bot Key and paste it into the MCP configuration file as an env arg:
APTOS_BOT_KEY=<your-bot-key>
Production Usage
Follow these guides on how to integrate the Aptos MCP with your prefered interface
Start vibe coding.
Make sure to read the user guide for best results.
Development Usage
Follow this guide on how to develop locally the Aptos MCP
Related Servers
MCP Random Number
Generates true random numbers using atmospheric noise from random.org.
xcsimctl
Manage Xcode simulators.
YAPI MCP Server
An MCP server for accessing YAPI interface details, configured via environment variables.
Binalyze AIR MCP Server
Interact with Binalyze AIR's digital forensics and incident response capabilities using natural language.
esp-mcp
An MCP server for ESP-IDF workflows, enabling project builds, firmware flashing, and automated issue resolution from build logs.
Deep Code Reasoning MCP Server
Performs complementary code analysis by combining Claude Code and Google's Gemini AI.
clj-kondo-MCP
Clojure linter
gget-mcp
An MCP server for the gget bioinformatics library, enabling standardized access to genomics tools and databases.
ENC Charts MCP Server
Programmatically access and parse NOAA Electronic Navigational Charts (ENC) in S-57 format.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.