Korean Contracts

v1.0.0Business Applicationsstable

한국 사업자용 계약서 자동 생성 Claude Code 스킬. 9종 계약서(근로·알바·유연·일용·프리랜서·외주·변경·연봉) + MCP 개인정보 보호 서버. 2026 최저임금·최신 대법원 판례 반영.

agent-skillsclaude-codeclaude-skillcontractkorean-law
Share:
44
Stars
0
Downloads
0
Weekly
0/5

What is Korean Contracts?

Korean Contracts is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 한국 사업자용 계약서 자동 생성 claude code 스킬. 9종 계약서(근로·알바·유연·일용·프리랜서·외주·변경·연봉) + mcp 개인정보 보호 서버. 2026 최저임금·최신 대법원 판례 반영.

한국 사업자용 계약서 자동 생성 Claude Code 스킬. 9종 계약서(근로·알바·유연·일용·프리랜서·외주·변경·연봉) + MCP 개인정보 보호 서버. 2026 최저임금·최신 대법원 판례 반영.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 한국 사업자용 계약서 자동 생성 Claude Code 스킬. 9종 계약서(근로·알바·유연·일용·프리랜서·외주

Use Cases

Auto-generate 9 types of Korean employment contracts with 2026 minimum wage.
Apply latest court rulings and labor law compliance.
Protect privacy with integrated data protection server.
kimlawtech

Maintainer

LicenseNOASSERTION
Languagego template
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx korean-contracts

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Korean Contracts

Korean Contracts is a Claude Code skill and MCP server bundle that automates the generation of nine types of Korean employment and business contracts, incorporating 2026 minimum wage rates and the latest Supreme Court rulings. It exposes five MCP tools for masking personal information locally before sending content to AI, generating filled contract documents, and exporting them as .txt and .docx files. Korean businesses and HR teams use it to produce legally compliant contracts in minutes through natural language commands or Claude Code slash commands.

Prerequisites

  • Claude Code installed and configured on your machine
  • Python 3.9+ available for the MCP server component
  • Git for cloning the repository
  • python-docx library (installed by the install script) for .docx export
  • Claude Desktop or Claude Code as the MCP client
1

Clone the repository

Clone the korean-contracts repository to your local machine. Choose any working directory — the install script will copy files to the correct locations automatically.

git clone https://github.com/kimlawtech/korean-contracts
cd korean-contracts
2

Run the install script

On macOS or Linux run install.sh; on Windows run install.ps1. The script installs Python dependencies, copies Claude Code skills to ~/.claude/skills/, and updates claude_desktop_config.json to register the MCP server.

# macOS / Linux
bash install.sh

# Windows (PowerShell)
powershell -ExecutionPolicy Bypass -File install.ps1
3

Verify the MCP server entry in claude_desktop_config.json

The install script adds a korean-contracts entry to your Claude Desktop config. Confirm the path to server.py is correct for your system.

{
  "mcpServers": {
    "korean-contracts": {
      "command": "python3",
      "args": ["/path/to/korean-contracts/mcp-server/server.py"]
    }
  }
}
4

Restart Claude Desktop or Claude Code

Quit and relaunch your AI client to load the newly registered MCP server and skills. The five MCP tools (mask_personal_info, save_contract, load_contract_for_review, save_reviewed_contract, list_sessions) will now be available.

5

Generate your first contract using a slash command

In a Claude Code session, type a slash command to start the contract wizard. Claude will ask for the required details — employer, employee, salary, start date — and generate a compliant contract.

/employment-contract
# Or use natural language:
# "근로계약서 만들어줘" (Make an employment contract)

Korean Contracts Examples

Client configuration

claude_desktop_config.json entry registering the python3-based MCP server for Korean contract privacy protection tools.

{
  "mcpServers": {
    "korean-contracts": {
      "command": "python3",
      "args": ["/Users/yourname/korean-contracts/mcp-server/server.py"]
    }
  }
}

Prompts to try

Example slash commands and natural language prompts for generating nine types of Korean contracts.

- "/employment-contract — Generate a permanent employee contract with 2026 minimum wage."
- "/parttime-contract — Generate a part-time (알바) contract."
- "/freelancer-contract — Create a freelancer agreement with IP ownership clauses."
- "/outsourcing-contract — Draft a B2B outsourcing contract."
- "/salary-renewal — Update an existing employee's annual compensation agreement."

Troubleshooting Korean Contracts

install.sh fails with 'python3 not found'

Install Python 3.9+ via your system package manager (brew install python3 on macOS, or download from python.org on Windows). Ensure python3 is on your PATH before running the install script.

Slash commands like /employment-contract are not recognized in Claude Code

Check that the skills were copied to the correct skills directory (~/.claude/skills/ by default). If you use a custom CLAUDE_SKILLS_DIR, run CLAUDE_SKILLS_DIR=/your-path bash install.sh instead of the plain install.sh.

.docx export fails or produces an empty file

Confirm python-docx is installed in the same Python environment used by the server: python3 -m pip install python-docx. Also check that the save_contract tool received a valid session ID from a prior mask_personal_info call.

Frequently Asked Questions about Korean Contracts

What is Korean Contracts?

Korean Contracts is a Model Context Protocol (MCP) server that 한국 사업자용 계약서 자동 생성 claude code 스킬. 9종 계약서(근로·알바·유연·일용·프리랜서·외주·변경·연봉) + mcp 개인정보 보호 서버. 2026 최저임금·최신 대법원 판례 반영. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Korean Contracts?

Follow the installation instructions on the Korean Contracts GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Korean Contracts?

Korean Contracts works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Korean Contracts free to use?

Yes, Korean Contracts is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Korean Contracts Alternatives — Similar Business Applications Servers

Looking for alternatives to Korean Contracts? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "korean-contracts": { "command": "npx", "args": ["-y", "korean-contracts"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Korean Contracts?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides