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%"
}
}
}
}
関連サーバー
USGS Quakes
Access earthquake data from the USGS Quakes API using natural language queries.
Typesense MCP Server
An MCP server for interacting with the Typesense search engine.
DuckDuckGo Search
Provides web search functionality using the DuckDuckGo Search API.
Semiconductor Supply Chain MCP Server
Access semiconductor B2B platforms like AnySilicon and DesignReuse for IP core and ASIC service procurement.
Custom Elasticsearch
A simple MCP server for Elasticsearch, designed for cloud environments where your public key is already authorized.
Baidu Search
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
SIMAP MCP Server
An MCP (Model Context Protocol) server for interacting with SIMAP.ch, Switzerland's public procurement platform.
Perplexica Search
Perform conversational searches with the Perplexica AI-powered answer engine.
FetchSERP
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
Perplexity AI
An MCP server to interact with Perplexity AI's language models for search and conversational AI.