discord_login
Authenticate on Discord using a configured token to enable AI assistants to interact with servers, send messages, manage channels, and handle reactions via MCP-Discord.
Instructions
Logs in to Discord using the configured token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
Input Schema (JSON Schema)
{
"properties": {
"token": {
"type": "string"
}
},
"required": [],
"type": "object"
}