Skip to main content
Glama

Discord MCP Server

package.json1.14 kB
{ "name": "discord-mcp", "version": "0.1.0", "private": true, "type": "module", "description": "Discord MCP server: route-generated tools + Gateway events for Model Context Protocol clients.", "license": "MIT", "bin": { "mcp-discord-server": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "prepare": "npm run build", "lint": "eslint .", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, "engines": { "node": ">=20.11.0" }, "dependencies": { "@discordjs/core": "^1.0.1", "@discordjs/rest": "^2.4.0", "@discordjs/ws": "^1.0.1", "@modelcontextprotocol/sdk": "^1.17.0", "discord-api-types": "^0.37.83", "dotenv": "^16.4.5", "undici": "^6.20.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.7.2", "@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/parser": "^8.3.0", "eslint": "^9.7.0", "tsx": "^4.19.1", "typescript": "^5.5.4", "vitepress": "^1.6.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GustyCube/discord-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server