@chinchillaenterprises/mcp-discord
Version:
Modular Discord MCP server with 45+ tools for comprehensive server management, featuring clean architecture and discord_ prefixed tools
58 lines • 1.47 kB
JSON
{
"name": "@chinchillaenterprises/mcp-discord",
"version": "3.0.0",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepare": "npm run build",
"start": "node dist/index.js",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"keywords": [
"mcp",
"discord",
"bot",
"messaging",
"modelcontextprotocol",
"multi-account"
],
"author": "Chinchilla Enterprises",
"license": "MIT",
"description": "Modular Discord MCP server with 45+ tools for comprehensive server management, featuring clean architecture and discord_ prefixed tools",
"repository": {
"type": "git",
"url": "git+https://github.com/ChinchillaEnterprises/ChillMCP.git"
},
"bugs": {
"url": "https://github.com/ChinchillaEnterprises/ChillMCP/issues"
},
"homepage": "https://github.com/ChinchillaEnterprises/ChillMCP/tree/main/mcp-discord",
"publishConfig": {
"access": "public"
},
"bin": {
"mcp-discord": "./dist/index.js"
},
"files": [
"dist"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3",
"discord.js": "^14.16.3",
"fuse.js": "^7.1.0",
"keytar": "^7.9.0",
"zod": "^3.25.64"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^24.0.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.8.3"
}
}