New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@mrfentmen/brainrot-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrfentmen/brainrot-mcp

Use this MCP server to decodes internet slang, brainrot terms, and niche subculture vocabulary. Tools include decode term, search terms, decode text

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

brainrot mcp

Decodes internet slang, brainrot vocabulary, and niche subculture terms. 100% offline, the lexicon ships with the server. Includes the classic brainrot (skibidi, sigma, rizz, fanum tax, ohio, mogging...) plus the underground rap scene (Nettspend, Xavier Wulf era, Osamason, KanKan, LazerDim700, plugg, rage...) and the TikTok era.

Tools

  • decode_term, meaning, origin, example, vibe for one term
  • search_terms, fuzzy search by term, meaning, or vibe
  • decode_text, scan a caption/tweet and decode every known term in it
  • random_term, expand your brainrot
  • lexicon_stats, term count + vibe breakdown

Run

npm install && npm run build && node dist/index.js

Example

Input: "bro that skibidi edit was bussin no cap, he rizzed up the whole room fr fr"

Output: full breakdowns of skibidi, bussin, no cap, rizz, fr fr.

Add terms

Open src/lexicon.ts, entries are plain objects (term, meaning, origin, example, vibe). Rebuild and it's live.

Quick start

npm install
npm run build
node dist/index.js

The server uses stdio, so it can be connected to Claude Desktop, Cursor, VS Code, MCP Inspector, or another compatible MCP client.

Tools at a glance

  • decode_term: Look up a single slang / brainrot / niche internet term.
  • search_terms: Fuzzy-search the lexicon by term, meaning, or vibe.
  • decode_text: Scan a block of text and decode every known slang term in it.
  • random_term: Return a random term from the lexicon - good for expanding your brainrot.
  • lexicon_stats: Get stats about the lexicon: term count and vibe breakdown.

Limits and privacy

This project is intentionally narrow. It should be treated as a practical helper, not a complete certification or security audit. Check the implementation and the returned data before using it with sensitive material. No credentials are required unless the project explicitly says otherwise.

Try it

After building, connect the server through your MCP client. The repository root also contains smoke-test.mjs for projects covered by the shared harness. A typical tool call starts with decode_term.

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts