# aptos-labs/aptos-core | Model Context Protocol (MCP) Server > Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience. - **Stars**: ⭐ 6,436 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "aptos-core": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-aptos-core" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "aptos-core": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-aptos-core" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-aptos-core` - **Docker**: `docker run -i --rm mcp/aptos-core`