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%"
}
}
}
}
İlgili Sunucular
Perigon MCP Server
Official MCP server for the Perigon API, providing access to real-time news and media data.
Everything MCP Server
MCP server for Everything (voidtools) file search
Libragen
Create private, local RAG libraries that work offline—no API keys, no cloud services. Share them as single files your whole team can use.
Calibre
Search and read books from your Calibre ebook library.
LLM Jukebox
Enables LLMs to search, download, and extract information from YouTube music videos.
Bio-MCP BLAST
Perform NCBI BLAST sequence similarity searches through natural language.
YouTube MCP Server
Search YouTube videos, retrieve transcripts, and perform semantic search over video content.
Crossref MCP Server
Search and access academic paper metadata from Crossref.
Lancelot-MCP
A containerized MCP server for LanceDB vector search, featuring hybrid processing with Gemini and Ollama.
Custom Elasticsearch
A simple MCP server for Elasticsearch, designed for cloud environments where your public key is already authorized.