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%"
}
}
}
}
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Langgraph Deep Search MCP Server
A deep search server powered by LangGraph and the Google Gemini API.
MCP Open Library
A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information.
PubChem
Extracts basic chemical information about drugs and compounds from the PubChem API.
Google Search
Web search and webpage content extraction using the Google Custom Search API.
Splunk
Interact with Splunk Enterprise/Cloud using natural language queries.
Vistoya
Google for agentic fashion shopping/discovery. Indexed fashion brand e-coms. Semantic search.
Web Search MCP
Scrapes Google search results using a headless browser. Requires Chrome to be installed.
Pixabay MCP Server
Search and retrieve royalty-free images and videos using the Pixabay API.
Quotewise Quote MCP
Semantic quote search - 600K quotes with source transparency
MCP SOP Server
An MCP server for accessing and searching Standard Operating Procedures (SOPs) with Italian language support.