Dictionary-MCP
A dictionary server using the Merriam-Webster API to provide definitions, parts of speech, and pronunciations for words.
Dictionary-MCP
It is a MCP using the Merriam Webster API. It can give meanings, part of speech, stems, pronunciation, more info of stems. It can be used by plugging it with claude desktop and by other ways
How I plugged it
- I made a venv by using
virtualenv(can use uv but was too complicated for me as I didn't know how to use it) - Did the code of
main.pyafter installing the packages - Installing Claude Desktop and modified the config file:
{
"mcpServers": {
"dictionary-mcp": {
"command": "python",
"args": ["Path\\to\\main.py"],
"cwd": "Path\\to\\mcp\\folder",
"env": {
"PATH": "Path\\to\\env\\Scripts;%PATH%"
}
}
}
}
Related Servers
Ferengi Rules of Acquisition
Provides the Ferengi Rules of Acquisition with powerful search and retrieval capabilities.
OSRS MCP Server
Search the Old School RuneScape (OSRS) Wiki and access game data definitions.
Unified Docs Hub
Creates a massive, searchable knowledge base from numerous curated and auto-discovered GitHub projects.
Deep Research
Generates in-depth research reports using powerful AI models.
Pokemon TCG Card Search MCP
Search and display Pokemon Trading Card Game cards using the Pokemon TCG API.
Eventbrite
Interact with the Eventbrite API to search for events, get event details, and retrieve venue information.
Flight Search
Search for flights using the SerpAPI Google Flights engine.
Legal MCP Server Argentina
A server for intelligent search and jurisprudence analysis of Argentine legal documents.
YouTube Music MCP
Search and play tracks on YouTube Music via AI assistants.
eRegulations MCP Server
An MCP server for the eRegulations API, providing access to regulatory information.