국가법령정보MCP | 법제처 41개 API → 15개 MCP 도구. 법령·판례·조례·조약을 AI로 검색·조회·분석 | 41 Korean legal APIs → 15 MCP tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"korean-law-mcp": {
"command": "npx",
"args": [
"-y",
"chrisryugj/korean-law-mcp"
]
}
}
}
Run in terminal:
claude mcp add korean-law-mcp npx -y chrisryugj/korean-law-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"korean-law-mcp": {
"command": "npx",
"args": [
"-y",
"chrisryugj/korean-law-mcp"
]
}
}
}