MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Cute little plugin that exposes discord webpack to mcp. Works with Equicord and Vencord.

Created 2/1/2026
Updated 1 day ago
Repository documentation and setup instructions

mcp.desktop

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.

Setup

First clone equicord or vencord:

git clone https://github.com/Equicord/Equicord.git

or

git clone https://github.com/Vendicated/Vencord.git

Then install dependencies:

cd Equicord # or Vencord
pnpm install --frozen-lockfile

Clone this plugin into userplugins:

cd src/userplugins
git clone https://github.com/imjustprism/mcp.desktop

Build and inject:

pnpm build --dev
pnpm inject
pnpm watch

Connecting your ai

The 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.

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcp.desktop

Cursor configuration (mcp.json)

{ "mcpServers": { "imjustprism-mcp-desktop": { "command": "npx", "args": [ "imjustprism-mcp-desktop" ] } } }