# Rapptz/discord.py | Model Context Protocol (MCP) Server > An API wrapper for Discord written in Python. - **Stars**: ⭐ 16,106 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "discord.py": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-discord.py" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "discord.py": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-discord.py" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-discord.py` - **Docker**: `docker run -i --rm mcp/discord.py`