aptos-mcp
Aptos MCP サーバー
Aptos ドキュメントと対話し、フルスタックの Aptos ブロックチェーン アプリケーションを作成するための Model Context Protocol (MCP) サーバー。
特徴
🔍 Aptos ドキュメントの閲覧と検索
🔧 新しい Aptos プロジェクトを作成する (フルスタック、契約、またはクライアント)
🧩 Aptosプロジェクトのコンポーネントを生成する
🧪 Aptos Move 契約をテストする
📜 Moveコントラクト用のTypeScript ABIインターフェースを生成する
Related MCP server: Dedalus MCP Documentation Server
インストール
前提条件
Python 3.10以降
Node.jsとnpm
Aptos CLI (一部のツール機能用)
設定
mcp パッケージをインストールします。
uv add "mcp[cli]"
# or
pip install "mcp[cli]"このリポジトリをクローンします:
git clone https://github.com/yourusername/aptos-mcp-server.git
cd aptos-mcp-server依存関係をインストールします:
uv add httpx
# or
pip install httpx(オプション) API レート制限を増やすために GitHub トークンを設定します。
export GITHUB_TOKEN=your_github_tokenClaude Desktopでの使用
claude.ai/downloadからClaude Desktopをインストールします。
Aptos MCP サーバーを Claude Desktop 構成に追加します。
mcp install aptos_mcp_server.pyまたは、 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) または%APPDATA%\Claude\claude_desktop_config.json (Windows) を手動で編集します。
{
"mcpServers": {
"aptos-dev": {
"command": "uv",
"args": [
"--directory",
"/path/to/aptos-mcp-server",
"run",
"aptos_mcp_server.py"
]
}
}
}Claudeデスクトップを再起動します
発達
MCP Inspector を使用して開発モードでサーバーを実行します。
mcp dev aptos_mcp_server.py使用法
Claude Desktop に接続すると、次のことが可能になります。
Aptosドキュメントを参照する
Claude に Aptos ドキュメント リポジトリを参照するように依頼します。
「Aptosのドキュメント構造を見せてください」
「AptosドキュメントでMoveモジュールに関する情報を見つける」
「テーブル実装ドキュメントを入手してください」
新しいプロジェクトを作成する
Claude に新しい Aptos プロジェクトを立ち上げるよう依頼します。
「「my-first-dapp」という新しいAptosフルスタックプロジェクトを作成する」
「マーケットプレイス用のMoveスマートコントラクトを生成する」
「クライアント専用のAptosプロジェクトを設定する」
コンポーネントを生成する
Claude に Aptos プロジェクト用のコンポーネントを生成するよう依頼します。
「Aptosウォレットに接続するためのReactコンポーネントを生成する」
「ユーザープロファイルを保存するためのMoveテーブルを作成する」
「契約データを照会するためのクライアント関数を作成する」
ABIのテストと生成
Claude に契約をテストし、インターフェースを生成するように依頼します。
「~/projects/my-dapp/move で Aptos コントラクトをテストする」
「MoveコントラクトのTypeScriptバインディングを生成する」
クエリの例
「Aptosドキュメントを閲覧する」
「Aptosドキュメントで「テーブル」を検索してください」
「「nft-marketplace」という新しいAptosフルスタックプロジェクトを作成する」
「トークンコントラクト用のMoveモジュールを生成する」
「ウォレット接続用のReactコンポーネントを作成する」
「契約用の TypeScript ABI を生成する」
「契約の引き出し機能をテストする」
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.311MIT
- AlicenseAqualityDmaintenanceAn MCP server that serves documentation and enables AI-powered search, Q\&A, and document analysis for developer tools and guides.54MIT
- AlicenseAqualityCmaintenanceMCP server for Shelby Protocol that enables AI agents to read, write, and manage files on decentralized storage (Aptos) through tools like upload, download, list, delete, and account info.51MIT
- Alicense-qualityDmaintenanceAptos MCP is a comprehensive Model Context Protocol (MCP) server implementation for the Aptos blockchain, compatible with MCP clients like Claude Desktop or Cursor.ai. It provides a complete DeFi toolkit covering major Aptos protocols including pool discovery, lending, DEX operations, perpetual trading, liquid staking, and cross-protocol portfolio management.21MIT
Related MCP Connectors
MCP server for Klever blockchain smart contract development.
MCP server for accessing curated awesome list documentation
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tlazypanda/aptos-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server