# polarsource/polar | Model Context Protocol (MCP) Server > Polar — A billing platform for the intelligence era - **Stars**: ⭐ 10,146 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "polar": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-polar" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "polar": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-polar" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-polar` - **Docker**: `docker run -i --rm mcp/polar`