harshit-kushwaha/urban-dictionary-mcp
If you are the rightful owner of urban-dictionary-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Urban Dictionary MCP Server provides access to Urban Dictionary's slang definitions through a chat-based interface with Claude.
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-mcp
Global install:
npm install -g urban-dictionary-mcp
urban-dictionary-mcp
Claude 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 word
Links & License
GitHub: harshit-kushwaha/urban-dictionary-mcp
Issues: Report Issues
MIT License. Urban Dictionary community content may contain profanity or offensive material.