Local-Host-Discord-MCP-server

danbmg/Local-Host-Discord-MCP-server
★ 0 stars Python 💬 Communication Updated today
MCP Discord server local host on windows
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-host-discord-m": {
      "command": "uvx",
      "args": [
        "local-host-discord-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install local-host-discord-mcp-server