by privetin
stdict is an MCP server for the Standard Korean Dictionary, providing an API to search and retrieve detailed information from the dictionary.
stdict is a Micro-Controller Platform (MCP) server that acts as an interface to the Standard Korean Dictionary. It allows users to programmatically search the dictionary and retrieve detailed entries, making the dictionary's vast content accessible for various applications.
To use stdict, you first need to obtain an API key from the Standard Korean Dictionary website. Once you have the API key, you can integrate stdict into your applications. For example, with Claude Desktop, you can configure it by adding a JSON snippet to your claude_desktop_config.json
file, specifying the command to run stdict.py
and setting your API key as an environment variable.
stdict offers the following key functionalities:
Q: How do I get an API key for the Standard Korean Dictionary? A: You can obtain an API key by following the instructions on the official Standard Korean Dictionary API registration page: https://stdict.korean.go.kr/openapi/openApiRegister.do.
Q: What are the licensing terms for the dictionary content? A: The text content is licensed under the Creative Commons Attribution-ShareAlike 2.0 Korea License. Multimedia content has specific licensing that needs to be checked individually. Attribution to the National Institute of Korean Language (국립국어원) is required. For full terms, refer to the official terms of service: https://stdict.korean.go.kr/join/siteTerms.do.
Q: Can I specify the output format for search results?
A: Yes, you can specify xml
or json
as the req_type
parameter in your search and detail requests.
MCP server for the Standard Korean Dictionary.
Get a Standard Korean Dictionary API Key by following the instructions here.
Add this to your claude_desktop_config.json
:
{
"stdict": {
"command": "uv",
"args": [
"--directory",
"/path/to/stdict",
"run",
"stdict.py"
],
"env": {
"STDICT_API_KEY": "YOUR_API_KEY"
}
}
}
This MCP server implementation is provided under the MIT License.
Content from the Standard Korean Dictionary is provided under the following terms:
For full terms of use, see the official terms of service.
Reviews feature coming soon
Stay tuned for community discussions and feedback