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.py
after 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
MarineTraffic MCP Server
Provides access to MarineTraffic vessel tracking data.
Context7 HTTP
An MCP server for the Context7 project, providing HTTP streaming and search endpoints for library information without local installation.
arXiv LaTeX
Fetches and processes arXiv papers using LaTeX source for accurate equation handling.
MCP Knowledge Base
A knowledge base server that processes local documents (PDF, DOCX, TXT, HTML) and answers questions based on their content using similarity search.
WolframAlpha LLM
Answer math and other queries using the WolframAlpha LLM API.
Google Web Search (Gemini)
Provides Google Web Search functionality using the Gemini API. Requires a Google API Key or OAuth credentials.
NYTimes Article Search
Search for New York Times articles from the last 30 days using a keyword.
Open Custom Search API
Perform web searches using Google's Custom Search API.
Lancelot-MCP
A containerized MCP server for LanceDB vector search, featuring hybrid processing with Gemini and Ollama.
PubChem
Extracts basic chemical information about drugs and compounds from the PubChem API.