Skip to content
VS Code

discord mcp for VS Code

io.github.jaimenbell/discord-mcp

MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off.

client:VS Code transport:stdio runtime:pypi

Install discord mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "discord-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jaimenbell-discord-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

discord mcp in other clients