Aptos MCP Server
@Tlazypanda
关于 Aptos MCP Server
A Model Context Protocol (MCP) server for interacting with Aptos documentation and creating full-stack Aptos blockchain applications.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"aptos-dev": {
"command": "uv",
"args": [
"--directory",
"/path/to/aptos-mcp-server",
"run",
"aptos_mcp_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Aptos MCP Server?
A Model Context Protocol (MCP) server for browsing and searching Aptos documentation and creating full-stack Aptos blockchain applications. It is designed for developers building on the Aptos ecosystem who want to use natural language to interact with Aptos docs, scaffold projects, generate components, test Move contracts, and produce TypeScript ABIs.
How to use Aptos MCP Server?
Install prerequisites (Python 3.10+, Node.js, npm, and optionally the Aptos CLI), install the mcp[cli] package, clone the repository, and install dependencies (httpx). Optionally set a GITHUB_TOKEN environment variable for increased API rate limits. Then configure the server with Claude Desktop using either the mcp install command or by manually editing the Claude Desktop configuration JSON file. Once connected, you can issue natural language queries to browse docs, create projects, generate components, test contracts, or generate TypeScript ABIs.
Key features of Aptos MCP Server
- Browse and search Aptos documentation
- Create new Aptos projects (fullstack, contract, or client)
- Generate components for Aptos projects
- Test Aptos Move contracts
- Generate TypeScript ABI interfaces for Move contracts
Use cases of Aptos MCP Server
- Browse Aptos documentation to find information about Move modules or table implementations
- Scaffold a new Aptos full-stack project, such as an NFT marketplace
- Generate a React component for connecting to an Aptos wallet
- Test a Move contract’s withdraw function and review results
- Generate TypeScript bindings for an existing Move contract
FAQ from Aptos MCP Server
What are the system requirements for using this server?
Python 3.10 or later, Node.js and npm, and optionally the Aptos CLI for some tooling features.
How do I set up the server with Claude Desktop?
You can run mcp install aptos_mcp_server.py in the repository directory, or manually edit the Claude Desktop configuration file (e.g., claude_desktop_config.json) to point uv at the server script.
Is there any way to increase API rate limits?
Yes, by setting the GITHUB_TOKEN environment variable to your GitHub token before starting the server.
Can I run the server in development mode?
Yes, use the command mcp dev aptos_mcp_server.py to launch the server with the MCP Inspector for testing and debugging.
What types of Aptos projects can I create?
You can create fullstack, contract-only, or client-only Aptos projects.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论