Back to Apps

Discord CLI & MCP Server
by virat-mankali
Sync, search, and send Discord messages from your terminal or AI agent with a local SQLite-powered index.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects your AI agent to Discord, allowing it to manage messages, search conversation history offline via SQLite, and send messages to channels or DMs.
Tools
search_messages: Full-text search across all synced Discord messages.list_guilds: Retrieve a list of all Discord servers (guilds) the user is in.list_channels: List available channels within a specific server.get_sync_status: Check the current synchronization state and message counts.send_message: Send a text message to a specific channel or user.sync_channel: Manually trigger synchronization of a specific channel's history.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"discocli": {
"command": "discocli",
"args": ["serve"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
brew install virat-mankali/tap/discocliInformation
- Pricing
- free
- Published
- 6/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"discocli": {
"command": "discocli",
"args": ["serve"]
}
}
}





