Read and send Discord messages, search history, and manage servers from your terminal with a Rust CLI and MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"discord_cli": {
"command": "cargo",
"args": [
"run",
"--",
"discord_cli"
]
}
}
}
Run in terminal:
claude mcp add discord_cli cargo run -- discord_cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"discord_cli": {
"command": "cargo",
"args": [
"run",
"--",
"discord_cli"
]
}
}
}