국립국어원 표준국어대사전 MCP 서버 (Korean Dictionary MCP Server)
by tenacl
This is a TypeScript package that provides the National Institute of Korean Language Standard Korean Dictionary API as an MCP (Model Context Protocol) server. It enables large language models (LLMs) like Claude and ChatGPT to access and utilize Korean dictionary information.
Last updated: N/A
What is 국립국어원 표준국어대사전 MCP 서버 (Korean Dictionary MCP Server)?
This server provides the National Institute of Korean Language Standard Korean Dictionary API as an MCP server, allowing LLMs to access Korean dictionary data.
How to use 국립국어원 표준국어대사전 MCP 서버 (Korean Dictionary MCP Server)?
Install the package via NPM, configure your API key using either environment variables or an MCP configuration file, and then run the server either directly from the command line or programmatically within your project. You can then access the dictionary data through an MCP client.
Key features of 국립국어원 표준국어대사전 MCP 서버 (Korean Dictionary MCP Server)
Provides Korean dictionary data via MCP
Supports word search
Supports part-of-speech based word search
Easy integration with MCP clients
Use cases of 국립국어원 표준국어대사전 MCP 서버 (Korean Dictionary MCP Server)
Enabling LLMs to understand Korean vocabulary
Providing context for Korean text generation
Building Korean language learning tools
Integrating Korean dictionary data into other applications
FAQ from 국립국어원 표준국어대사전 MCP 서버 (Korean Dictionary MCP Server)
How do I get an API key?
How do I get an API key?
You need to obtain an API key from the National Institute of Korean Language.
Where should I put the mcp.json file?
Where should I put the mcp.json file?
The mcp.json file can be located in the current directory or in the .cursor/mcp.json directory in your home directory.
What MCP resources are available?
What MCP resources are available?
The available MCP resources are koreandict://word/{word} for word search and koreandict://pos/{pos}/word/{word} for part-of-speech based word search.
What MCP tools are available?
What MCP tools are available?
The available MCP tools are search-word for searching words and search-by-pos for searching words by part of speech.
What do I do if I get an MCP connection error?
What do I do if I get an MCP connection error?
Check that your API key is correctly set, the path to your mcp.json file is correct, and check the logs for error messages.