discord-self-mcp
Version:
MCP server for Discord using selfbot to read channels
51 lines (50 loc) • 1.14 kB
JSON
{
"name": "discord-self-mcp",
"version": "1.1.2",
"type": "module",
"description": "MCP server for Discord using selfbot to read channels",
"main": "dist/index.js",
"bin": {
"discord-self-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"discord",
"selfbot",
"model-context-protocol",
"claude"
],
"author": "Martin Ortiz <maol@mail.maol.dev>",
"repository": {
"type": "git",
"url": "git+https://github.com/Maol-1997/discord-self-mcp.git"
},
"bugs": {
"url": "https://github.com/Maol-1997/discord-self-mcp/issues"
},
"homepage": "https://github.com/Maol-1997/discord-self-mcp#readme",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"discord.js-selfbot-v13": "^3.1.4"
},
"devDependencies": {
"@types/node": "^20.11.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
]
}