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%"
}
}
}
}
Server Terkait
Minecraft Wiki MCP
A server for browsing and searching the official Minecraft Wiki.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
Carity MCP Server
Retrieve relevant data chunks from the Carity API based on search queries.
Bucketeer Docs Local MCP Server
A local server to query Bucketeer documentation, which automatically fetches and caches content from its GitHub repository.
medRxiv
Search and retrieve articles from medRxiv, the preprint server for health sciences.
Memex Targeted Search Server
Performs targeted searches across Memex conversation history and project files.
arXiv MCP Server
Search and analyze academic papers on arXiv.
Shodan MCP Server
Query internet-connected devices, services, and vulnerabilities using the Shodan API and CVE database.
QuantConnect Docs
An MCP server for intelligent search and retrieval of QuantConnect PDF documentation.
Yandex Search
A web search server that uses the Yandex Search API.