Back to directory
stdict

stdict

@privetin0

An MCP server providing access to the Standard Korean Dictionary for searching and retrieving detailed word information.

dictionarykoreanlanguagesearchcontext

Installation & Configuration

{
  "mcpServers": {
    "stdict": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/stdict",
        "run",
        "stdict.py"
      ],
      "env": {
        "STDICT_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/3
Updated
2026/6/8