
Aptos NPM MCP
โ 13from aptos-labs
A MCP server for interacting with Aptos NPM packages.
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
Aptos NPM MCP
What This MCP Server Can Do
The Aptos MCP Server provides specialized tools and development guides that automate Aptos infrastructure and ensure AI agents use current best practices.
๐ Infrastructure Automation
- Automate Aptos Geomi platform management (skip manual setup steps and let the agent manage your projects)
- Create gas stations for sponsored transactions (give your users free transactions with web2 UX)
- Handle API keys and rate limits (automated setup for production apps)
๐ค AI Agent Guidance
- Current Move smart contract patterns (MCP-specialized up-to-date language vs outdated general models)
- Modern Aptos features (sponsored transactions, no-code indexer, wallet adapters for Google login)
- Proper CLI usage and workflows (current Aptos commands vs generic blockchain knowledge)
Why This Exists: Aptos moves so fast that generic AI models don't know about new features like Aptos Geomi gas stations, no-code indexers, or current Move patterns.
๐ View Complete Capabilities โ
Prerequisites
- node and npm (node โฅ 22.12.0, npm โฅ 10 โ bundled with node 22)
- Geomi Bot Api Key
Generate a Geomi Bot Api Key
To be able to make Geomi actions like managing api keys, etc. Follow those instruction to generate a new Bot Api Key to use with the MCP
- Go to https://geomi.dev/
- 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
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.