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
Sketchfab
Search, view details, and download 3D models from the Sketchfab platform.
Teleport Documentation
Search and query Teleport's documentation using embeddings stored in a local Chroma vector database.
SerpApi MCP Server
Retrieve parsed search engine results using the SerpApi.
CoolPC MCP Server
Query computer component prices from Taiwan's CoolPC website to generate AI-assisted price quotes.
News Fact-Checker
Automated fact-checking of news headlines using web search and Google Gemini AI.
RagDocs
A server for RAG-based document search and management using Qdrant vector database with Ollama or OpenAI embeddings.
CryptoPanic News
Provides the latest cryptocurrency news to AI agents, powered by the CryptoPanic API.
Web Search
Perform Google searches and view web content with advanced bot detection avoidance.
Minima
Local RAG (on-premises) with MCP server.
Local RAG Backend
A local RAG backend powered by Docker Compose, supporting various document formats for search.