{"id":26937447,"url":"https://github.com/SaseQ/discord-mcp","last_synced_at":"2025-04-02T13:15:29.953Z","repository":{"id":282476887,"uuid":"948723723","full_name":"SaseQ/discord-mcp","owner":"SaseQ","description":"A Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.","archived":false,"fork":false,"pushed_at":"2025-03-26T09:53:39.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T10:33:54.443Z","etag":null,"topics":["ai","claude","discord","discord-bot","java","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SaseQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-14T21:00:40.000Z","updated_at":"2025-03-26T09:53:42.000Z","dependencies_parsed_at":"2025-03-14T22:20:28.364Z","dependency_job_id":"326611b4-f106-4107-8c50-823cd32fc52b","html_url":"https://github.com/SaseQ/discord-mcp","commit_stats":null,"previous_names":["saseq/discord-mcp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaseQ%2Fdiscord-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaseQ%2Fdiscord-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaseQ%2Fdiscord-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaseQ%2Fdiscord-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SaseQ","download_url":"https://codeload.github.com/SaseQ/discord-mcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246819775,"owners_count":20839095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","discord","discord-bot","java","mcp","mcp-server"],"created_at":"2025-04-02T13:15:14.750Z","updated_at":"2025-04-02T13:15:29.938Z","avatar_url":"https://github.com/SaseQ.png","language":"Java","funding_links":[],"categories":["Communication \u0026 Messaging","Messaging MCP Servers","Table of Contents","📚 Projects (1974 total)","Community Servers","🤖 AI/ML","پیاده‌سازی‌های سرور","Real-Time Collaboration","Communication"],"sub_categories":["Team Chat","Communication","MCP Servers","💬 \u003ca name=\"communication\"\u003e\u003c/a\u003eارتباطات"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/img/Discord_MCP_full_logo.svg\" width=\"60%\" alt=\"DeepSeek-V3\" /\u003e\n\u003c/div\u003e\n\u003chr\u003e\n\u003cdiv align=\"center\" style=\"line-height: 1;\"\u003e\n    \u003ca href=\"https://smithery.ai/server/@SaseQ/discord-mcp\" target=\"_blank\" style=\"margin: 2px;\"\u003e\n        \u003cimg alt=\"Smithery Badge\" src=\"https://camo.githubusercontent.com/ee5c6c6dc502821f4d57313b2885f7878af52be14142dd98526ea12aedf9b260/68747470733a2f2f736d6974686572792e61692f62616467652f40646d6f6e74676f6d65727934302f646565707365656b2d6d63702d736572766572\" data-canonical-src=\"https://smithery.ai/server/@SaseQ/discord-mcp\" style=\"display: inline-block; vertical-align: middle;\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://discord.gg/5Uvxe5jteM\" target=\"_blank\" style=\"margin: 2px;\"\u003e\n        \u003cimg alt=\"Discord\" src=\"https://img.shields.io/badge/Discord-SaseQcode-7289da?logo=discord\u0026logoColor=white\u0026color=7289da\" style=\"display: inline-block; vertical-align: middle;\"/\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\n## 📖 Description\n\nA [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server for the Discord API [(JDA)](https://jda.wiki/), \nallowing seamless integration of Discord Bot with MCP-compatible applications like Claude Desktop.\n\n\n## 🔬 Installation\n\n#### Clone the repository\n```\ngit clone https://github.com/SaseQ/discord-mcp\n```\n\n#### Build the project\n```\ncd discord-mcp\nmvn clean package\n```\n\n#### Configure Claude Desktop\n```\n{\n  \"mcpServers\": {\n    \"discord-mcp\": {\n      \"command\": \"java\",\n      \"args\": [\n        \"-jar\",\n        \"/absolute/path/to/discord-mcp-0.0.1-SNAPSHOT.jar\"\n      ],\n      \"env\": {\n        \"DISCORD_TOKEN\": \"YOUR_DISCORD_BOT_TOKEN\"\n      }\n    }\n  }\n}\n```\n\n*To get a discord bot token, visit the [Discord Developer Portal](https://discord.com/developers)\n\n\n## ⚓ Smithery\n\nInstall Discord MCP Server automatically via Smithery:\n```\nnpx -y @smithery/cli@latest install @SaseQ/discord-mcp --client claude\n```\n\n\n## 🛠️ Available Tools\n\n#### Server Information\n - [`get_server_info`](): Get detailed discord server information\n\n#### Message Management\n - [`send_message`](): Send a message to a specific channel\n - [`read_message`](): Read recent message history from a specific channel\n - [`send_private_message`](): Send a private message to a specific user\n - [`read_private_message`](): Read recent message history from a specific user\n\n#### Channel Management\n - [`find_text_channel`](): Find a text channel (name or link) using an ID or name\n\n\u003chr\u003e\n\nA more detailed examples can be found in the [Wiki](https://github.com/SaseQ/discord-mcp/wiki).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaseQ%2Fdiscord-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSaseQ%2Fdiscord-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaseQ%2Fdiscord-mcp/lists"}