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%"
}
}
}
}
Server Terkait
Untappd
Query the Untappd API for beer and brewery information.
Sci-Hub MCP Server
Search and access academic papers from Sci-Hub by DOI, title, or keyword.
Rememberizer MCP Server for Common Knowledge
Access and search personal or team knowledge repositories, including documents and Slack discussions, using semantic search and retrieval tools.
Greptile
Code search and querying using the Greptile API.
Entscheidsuche
Search Swiss legal decisions using the entscheidsuche.ch API.
Search Stock News
Search for stock news using the Tavily API.
firefox-devtools-mcp
Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol
Pollinations Think
Strategic thinking and real-time web search using the Pollinations AI API with DeepSeek and SearchGPT models.
Typesense MCP Server
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.
ClinicalTrials.gov
Search and retrieve clinical trial data from the official ClinicalTrials.gov API.