An AI-powered developer experience for Aptos that lets users vibe code and deploy full-stack dApps with minimal setup.
Server Config
{
"mcpServers": {
"aptos-mcp": {
"command": "npx",
"args": [
"-y",
"@aptos-labs/aptos-mcp"
],
"env": {
"APTOS_BOT_KEY": "<bot_api_key>"
}
}
}
}