Skip to main content
Glama

MDict MCP Server

by cdpath

MDict MCP Server

Claude Desktop

Available Tools: TOOLS.md

Dependencies:

  • mcp
  • mdict-utils

Configs:

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

Local testing:

uv --directory $HOME/Developer/mdict-mcp run mdict-mcp
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

A server that provides access to MDict dictionaries through the Model Context Protocol, enabling word lookups, searches, and dictionary management.

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A server that provides document processing capabilities using the Model Context Protocol, allowing conversion of documents to markdown, extraction of tables, and processing of document images.
    Last updated -
    6
    Python
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables semantic search capabilities by providing tools to manage Qdrant vector database collections, process and embed documents using various embedding services, and perform semantic searches across vector embeddings.
    Last updated -
    89
    TypeScript
    MIT License
  • A
    security
    A
    license
    A
    quality
    A flexible Model Context Protocol server that makes documentation or codebases searchable by AI assistants, allowing users to chat with code or docs by simply pointing to a git repository or folder.
    Last updated -
    1
    31
    19
    JavaScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server for ingesting, chunking and semantically searching documentation files, with support for markdown, Python, OpenAPI, HTML files and URLs.
    Last updated -
    Python
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cdpath/mdict-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server