urban-dictionary-mcp
v1.0.8
Published
MCP server for Urban Dictionary slang lookup with chat-based interface
Maintainers
Readme
Urban Dictionary MCP Server
MCP server exposing Urban Dictionary slang definitions for agentic systems (Claude Desktop & other MCP clients).
Install & Run
Requires Node 20+.
Quick test:
npx urban-dictionary-mcpGlobal install:
npm install -g urban-dictionary-mcp
urban-dictionary-mcpClaude Desktop Configuration
Add to config file
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json:
Using npx (recommended):
{
"mcpServers": {
"urbandictionary": { "command": "npx", "args": ["urban-dictionary-mcp"] }
}
}Global installation:
{
"mcpServers": {
"urbandictionary": { "command": "urban-dictionary-mcp" }
}
}Restart Claude Desktop after changes.
Tools
define_slang – lookup definitions.
Parameters:
term (string, required)
limit (number, optional, default 3, max 10)random_word – random slang + definition (no parameters).
Example Interaction
You: What does "rizz" mean?
You: Give me a random slang wordLinks & License
GitHub: harshit-kushwaha/urban-dictionary-mcp
Issues: Report Issues
MIT License. Urban Dictionary community content may contain profanity or offensive material.
