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
Agora MCP
Search and buy products across thousands of online stores using the SearchAgora universal product search engine.
Tavily
Search engine for AI agents (search + extract) powered by Tavily
SerpApi
Provides search capabilities and data retrieval from SerpAPI and YouTube for AI assistants.
Amazon Product Search
An AI-powered server for Amazon product search and recommendations.
Cezzis Cocktails
Search for cocktail recipes using the cezzis.com API.
IACR ePrint Archive
Search and retrieve cryptographic research papers from the IACR Cryptology ePrint Archive.
Agently MCP
Discover public A2A agents on the Agently platform using its public API.
Perplexity MCP Zerver
Interact with Perplexity.ai using Puppeteer without an API key. Requires Node.js and stores chat history locally.
Ripgrep Search
Efficiently search Obsidian vaults using the ripgrep tool.
WolframAlpha LLM
Answer math and other queries using the WolframAlpha LLM API.