# x402-foundation/x402 | Model Context Protocol (MCP) Server > A payments protocol for the internet. Built on HTTP. - **Stars**: ⭐ 6,038 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "x402": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-x402" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "x402": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-x402" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-x402` - **Docker**: `docker run -i --rm mcp/x402`