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%"
}
}
}
}
関連サーバー
Baselight
By connecting to Baselight, you can browse, discover, and query 70,000+ datasets and 450+ billion rows directly from your preferred environment—whether you’re building, analysing, or exploring.
avr-docs-mcp
This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance.
Everything MCP Server
MCP server for Everything (voidtools) file search
Fuel Network & Sway Language
Semantic search for Fuel Network and Sway Language documentation using a local vector database.
Perplexity Search
Access the Perplexity search API for real-time information and answers.
Grok Search
Comprehensive web, news, and social media search and analysis using xAI's Grok API.
Sci-Hub MCP Server
Search and access academic papers from Sci-Hub by DOI, title, or keyword.
Docs MCP
A server for efficiently searching and referencing user-configured local documents.
Quotewise Quote MCP
Semantic quote search - 600K quotes with source transparency
RAG Documentation MCP Server
Retrieve and process documentation using vector search to provide relevant context for AI assistants.