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%"
}
}
}
}
相關伺服器
world airfares flight mcp
Flight search MCP server providing search, pagination, and itinerary details for AI assistants.
Serper MCP Server
Access Google Search results using the Serper API.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
Tavily Search
A comprehensive search agent powered by the Tavily API for in-depth and reliable search results across various topics.
Shodan MCP Server
Query internet-connected devices, services, and vulnerabilities using the Shodan API and CVE database.
招投标大数据服务
Provides comprehensive trademark information, including search, profile statistics, and status tracking.
Search MCP Server
A server providing web and similarity search functionalities, designed for Claude Desktop. It requires external embedding and API services.
Splunk
Interact with Splunk Enterprise/Cloud using natural language queries.
Azure AI Agent & Search
Search content using Azure AI Agent Service and Azure AI Search.
Serper Search
Provides Google search results and AI-powered deep research using the Serper API.