Cute little plugin that exposes discord webpack to mcp. Works with Equicord and Vencord.
Your ai can search webpack modules, test patches, trace flux actions, mess with stores, whatever you need.
First clone equicord or vencord:
git clone https://github.com/Equicord/Equicord.gitor
git clone https://github.com/Vendicated/Vencord.gitThen install dependencies:
cd Equicord # or Vencord
pnpm install --frozen-lockfileClone this plugin into userplugins:
cd src/userplugins
git clone https://github.com/imjustprism/mcp.desktopBuild and inject:
pnpm build --dev
pnpm inject
pnpm watchThe plugin runs an mcp server on localhost:8486. How you add it depends on what ai you use.
Check your ai's docs for adding local mcp servers. Point it at http://localhost:8486.
Note: sometimes the ai won't see the server. Launch discord first to start the server, then open your ai chat session.