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%"
}
}
}
}
Máy chủ liên quan
MCP Servers Search
Search and discover available MCP servers from the official repository.
Legal MCP Server Argentina
A server for intelligent search and jurisprudence analysis of Argentine legal documents.
MCP Registry Server
A server for discovering and retrieving other MCP servers via MCPulse.
mu-mcp
Query your local `mu` mail index for fast, structured mail search from MCP clients.
NPI Registry
Search the National Provider Identifier (NPI) registry for healthcare providers and organizations in the United States.
ExploitDB MCP Server
Query security exploits and vulnerabilities from the ExploitDB database.
PartsTable
IT hardware parts research — normalize PNs, search listings, get substitutes, check pricing, validate against OEM sources
Docs MCP Server
Creates a personal, always-current knowledge base for AI by indexing documentation from websites, GitHub, npm, PyPI, and local files.
Simple Files Vectorstore
Provides semantic search across local files by creating vector embeddings from watched directories.
Expert Registry MCP Server
An MCP server for expert discovery, registration, and context injection, utilizing vector and graph databases.