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.
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by exa-labs
Provides a Model Context Protocol server that enables AI assistants to perform real‑time web searches via the Exa AI Search API, with optional company research, LinkedIn lookup, and deep research workflows.
by perplexityai
Provides real-time web search capabilities to AI models via the Perplexity Sonar API, enabling seamless integration within the Model Context Protocol ecosystem.
by brightdata
Provides real‑time web access, bypasses geo‑restrictions, handles bot detection, and offers browser automation for LLMs and AI agents via the Model Context Protocol.
by mamertofabian
mcp-everything-search is a cross-platform MCP server that provides fast and flexible file searching capabilities. It leverages native system tools to efficiently locate files and folders across Windows, macOS, and Linux.
by kagisearch
Provides web search and video summarization capabilities via the Model Context Protocol, integrating with Claude and other AI tools.
by apify
mcp-server-rag-web-browser is an MCP server for the RAG Web Browser Actor, enabling AI agents and LLMs to perform web searches and extract information from web pages.
by fatwang2
Provides web and news search, URL crawling, sitemap extraction, reasoning, and trending tools via Search1API, exposed as an MCP server for seamless integration with clients such as LibreChat, Claude Desktop, Cursor, and other MCP‑compatible tools.
by meilisearch
Enables LLMs to manage Meilisearch indexes, perform searches, and handle documents through natural‑language conversations via a Model Context Protocol server.
by ihor-sokoliuk
mcp-searxng is an MCP (Model Context Protocol) server that integrates with SearXNG to provide web search capabilities for AI models and applications.