Manage Discord from your terminal with CLI commands, offline search, message sync, and MCP server support for developers and AI agents
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": "go",
"args": [
"run",
"github.com/Linotypefibre247/discord-cli@latest"
]
}
}
}
Run in terminal:
claude mcp add discord-cli go run github.com/Linotypefibre247/discord-cli@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"discord-cli": {
"command": "go",
"args": [
"run",
"github.com/Linotypefibre247/discord-cli@latest"
]
}
}
}