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%"
}
}
}
}
Verwandte Server
News Fact-Checker
Automated fact-checking of news headlines using web search and Google Gemini AI.
Library Docs MCP Server
Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API.
MCP-NixOS
A server for searching NixOS, Home Manager, and nix-darwin resources.
Lancelot-MCP
A containerized MCP server for LanceDB vector search, featuring hybrid processing with Gemini and Ollama.
Local Research MCP Server
A private, local research assistant that searches the web and scrapes content using DuckDuckGo.
Hotel Booking
Search and book from over 2 million hotels with shopping and booking capabilities.
Congress.gov
Access the Congress.gov API to retrieve legislative information.
Web Search
A server that provides web search capabilities using OpenAI models.
Haloscan MCP Server
An MCP server for interacting with the Haloscan SEO API.
Volcengine Knowledge Base MCP
Provides knowledge base search and dialogue completion using the Volcengine Knowledge Base service. Requires external credential configuration.