A simple, lightweight MCP server that exposes Discord bot functionality to AI agents. Built with Rust and serenity.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dismcp": {
"command": "cargo",
"args": [
"run",
"--",
"dismcp"
]
}
}
}
Run in terminal:
claude mcp add dismcp cargo run -- dismcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"dismcp": {
"command": "cargo",
"args": [
"run",
"--",
"dismcp"
]
}
}
}