Back to Apps

Discord Organizer
by hoangvu12
Clean up your Discord sidebar by grouping servers into folders using AI reasoning.
1 stars
Updated 2 months ago
Works in:Cursor
Exposes:Tools
What it does\nConnects to your Discord account to allow LLM agents to analyze your joined servers and organize them into logical folders based on metadata and activity.\n\n## Tools\n- list_guilds: Returns a list of all joined servers.\n- read_folders: Retrieves the current sidebar folder configuration.\n- inspect_guilds: Provides detailed metadata (description, member count, features) for categorization.\n- rank_guilds_by_activity: Ranks servers by the last time you read a message.\n- backup_folders: Creates a snapshot of current folders.\n- list_backups: Lists available backup files.\n- apply_folders: Pushes a new folder layout to Discord.\n- restore_folders: Reverts the sidebar to a previous backup.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n \"mcpServers\": {\n \"discord-organizer\": {\n \"command\": \"bun\",\n \"args\": [\"run\", \"mcp\"],\n \"env\": {\n \"DISCORD_TOKEN\": \"YOUR_DISCORD_USER_TOKEN\"\n }\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop\n- Cursor
Quick install
bun run mcpInformation
- Pricing
- free
- Published
- 5/18/2026
- Updated
- 2 months ago
- stars
- 1
Categories
Choose your AI client and follow the steps below.
Cursor
Add to `.mcp.json` or project settings using `bun run mcp`.Claude Desktop
JSON entry using `bun run mcp` and `DISCORD_TOKEN` environment variable.





