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%"
}
}
}
}
เซิร์ฟเวอร์ที่เกี่ยวข้อง
arXiv Research Assistant
Interact with the arXiv.org paper database. Supports keyword search, paper lookups, author searches, and trend analysis.
Perplexity MCP Server
Adds Perplexity AI as a tool provider for Claude Desktop.
Brave Search
Integrates the Brave Search API for both web and local search capabilities. Requires a BRAVE_API_KEY.
Unreal Engine Knowledge Graph
Search concept relationships in the Unreal Engine official documentation using a Neo4j-powered knowledge graph.
ClinicalTrials MCP Server
Search and access clinical trial data from ClinicalTrials.gov.
medRxiv
Search and retrieve articles from medRxiv, the preprint server for health sciences.
Airbnb
Search for Airbnb listings and get detailed information about accommodations.
Google Maps
An MCP server for interacting with the Google Maps API, designed for Google Cloud Run.
Gemini Grounding Remote
Fetches user data and event information from the Connpass platform using the Connpass and Gemini APIs.
Yandex Search MCP Server
Perform real-time web searches using the Yandex Search API.