Custom Vencord userplugins by kamaras.
UI enhancements, keyboard navigation, and developer tools for Discord.
| Plugin | Description |
|---|---|
| channelTabs | Quick-access tab bar for channels and DMs |
| settingsHub | Unified settings page for custom plugins |
| bsNoMore | Remove upsell clutter — DM nav, clan tags, quest popups, store UI |
| hotkeyNav | Keyboard-driven navigation with inline keycap hints |
| minimalCallBar | Compact 32px call overlay replacement |
| embedFix | Replaces social media URLs with embed-friendly alternatives |
| discordMcp | MCP bridge — expose Discord to AI agents via the Model Context Protocol |
| messageHeaderAvatar | Displays user avatars inline in message headers next to the username |
| venpmGui | Manage Vencord plugins from inside Discord — browse, install, update, and configure |
See the plugin showcase for interactive demos and screenshots.
venpm is a package manager for Vencord userplugins.
# Install venpm
npm install -g @kamaras/venpm
# Add this plugin repo
venpm repo add https://raw.githubusercontent.com/theokyr/vencord-plugins/main/plugins.json
# Install plugins
venpm install channelTabs
venpm install settingsHub hotkeyNav minimalCallBar
# Rebuild Vencord and restart Discord
venpm rebuildSee the venpm docs for full setup instructions.
For users who already have Vencord set up with userplugins:
# Clone this repo somewhere convenient
git clone https://github.com/theokyr/vencord-plugins.git
cd vencord-plugins
# Symlink the plugins you want into your Vencord userplugins directory
ln -s "$(pwd)/plugins/channelTabs" ~/path/to/Vencord/src/userplugins/channelTabs
ln -s "$(pwd)/plugins/settingsHub" ~/path/to/Vencord/src/userplugins/settingsHub
# Rebuild Vencord
cd ~/path/to/Vencord && pnpm buildReplace ~/path/to/Vencord with your actual Vencord source path.
- Clone Vencord:
git clone https://github.com/Vendicated/Vencord.git - Install dependencies:
cd Vencord && pnpm install - Inject into Discord:
pnpm inject(follow the prompts) - Create the userplugins directory:
mkdir -p src/userplugins - Then follow the manual install steps above to symlink plugins
- Build:
pnpm build - Restart Discord
plugins/
channelTabs/ # Each folder is one plugin
index.tsx # Plugin entry point (definePlugin)
style.css # Optional styles
_libAnimationKit/ # Shared animation presets (build-time dependency)
_libKeybindRegistry/ # Shared keybind registry (build-time dependency)
proxy/ # MCP proxy server for discordMcp
tests/ # Vitest test suite (186 tests)
plugins.json # venpm plugin index
Full documentation: venpm.dev
These plugins are not affiliated with, endorsed by, or sponsored by Discord Inc. or the Vencord project. "Discord" is a trademark of Discord Inc., mentioned solely for descriptive purposes.
Client modifications — including Vencord and any userplugins — are against Discord's Terms of Service. While no widespread bans for client mod usage are known, Discord may take action against accounts at any time. You use client modifications entirely at your own risk.
These plugins are provided "as is", without warranty of any kind. The author is not responsible for any damage to your Discord account, computer, or data.