Skip to main content
Glama

Discord MCP Server

by v-3
package.json662 B
{ "name": "discord-mcp-server", "version": "1.0.0", "description": "Discord MCP server for integrating Discord with Claude", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc -w", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "discord", "mcp", "claude" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.2.0", "discord.js": "^14.14.1", "dotenv": "^16.4.7", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.16", "typescript": "^5.3.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/v-3/discordmcp'

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