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
Google Search by CData
An MCP server for Google Search provided by CData, which requires an external CData JDBC Driver.
Gemini MCP
Integrate search grounded Gemini output into your workflow.
NameChecker
Check the availability of domain names.
Bocha
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
Dartpoint
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
LLM Jukebox
Search, download, and extract information from YouTube music videos.
MCP Compass
Explore and discover Model Context Protocol servers using natural language queries.
Kagi
Kagi search API integration
G-Search MCP
A Google search server using Playwright for parallel keyword searches.
BigGo MCP Server
A server for product search, price history tracking, and specification search using the BigGo API.