MCP Server
MDict MCP Server
A server that provides access to MDict dictionaries through the Model Context Protocol, enabling word lookups, searches, and dictionary management.
1
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "mdict",
3 "command": "uvx",
4 "args": [
5 "mdict-mcp"
6 ],
7 "env": {
8 "MDICT_DICTIONARY_DIR": "/path/to/mdicts/"
9 }
10}
JSON10 lines
README Documentation
MDict MCP Server
Available Tools: TOOLS.md
Dependencies:
- mcp
- mdict-utils
Configs:
Client | Config |
Claude Desktop |
|
ChatWise |
|
Local testing:
uv --directory $HOME/Developer/mdict-mcp run mdict-mcp
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source