JUHE API Marketplace
cdpath avatar
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

Claude Desktop

Available Tools: TOOLS.md

Dependencies:

  • mcp
  • mdict-utils

Configs:

Client Config
Claude Desktop
{
  "mcpServers": {
    "mdict": {
      "command": "uvx",
      "args": [
        "mdict-mcp"
      ],
      "env": {
        "MDICT_DICTIONARY_DIR": "/path/to/mdicts/"
      }
    }
  }
}
ChatWise
# type stdio
# env MDICT_DICTIONARY_DIR=/path/to/mdicts/
uvx mdict-mcp

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