Korean Patent MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Korean Patent MCPSearch for Samsung Electronics' registered patents"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ฐ๐ท Korean Patent MCP
ํ๊ตญ์ด ๋ฌธ์๋ ์๋์ ์์ต๋๋ค / Korean documentation below
MCP (Model Context Protocol) server for KIPRIS (Korean Intellectual Property Rights Information Service) API.
English Documentation
Overview
This MCP server enables AI assistants (Claude Desktop, Cursor, Windsurf, etc.) to search and analyze Korean patents through natural language queries. It connects to the official KIPRIS Plus Open API provided by the Korean Intellectual Property Office (KIPO).
Features
Tool | Description |
| Search patents by applicant name |
| Get detailed patent information by application number |
| Find patents that cite a specific patent |
Quick Start
# Install via Smithery (recommended)
npx -y @smithery/cli install korean-patent-mcp --client claude
# Or install via uv
uv pip install git+https://github.com/Tech-curator/korean-patent-mcp.gitRequirements
Python 3.10+
KIPRIS Plus Open API Key (Get your key here)
Configuration
Set the KIPRIS_API_KEY environment variable:
export KIPRIS_API_KEY="your_api_key_here"Or add to your MCP client configuration:
{
"mcpServers": {
"korean-patent": {
"command": "uv",
"args": ["run", "korean-patent-mcp"],
"env": {
"KIPRIS_API_KEY": "your_api_key_here"
}
}
}
}Example Queries
"Search for Samsung Electronics' registered patents"
"Get details for patent application number 1020200123456"
"Find patents that cite application 1020180056789"
Related MCP server: KIPRIS Plus MCP Server
ํ๊ตญ์ด ๋ฌธ์
ํ๊ตญ ํนํ์ ๋ณด ๊ฒ์์๋น์ค(KIPRIS) API๋ฅผ ์ํ MCP(Model Context Protocol) ์๋ฒ์ ๋๋ค.
Claude Desktop, Cursor, Windsurf ๋๋ ๋ค๋ฅธ MCP ํด๋ผ์ด์ธํธ์ ์ฐ๋ํ์ฌ ์์ฐ์ด๋ก ํ๊ตญ ํนํ๋ฅผ ๊ฒ์ํ๊ณ ๋ถ์ํ ์ ์์ต๋๋ค.
โจ ๊ธฐ๋ฅ
Core Tools
Tool | ์ค๋ช |
| ์ถ์์ธ๋ช ์ผ๋ก ํนํ ๊ฒ์ |
| ์ถ์๋ฒํธ๋ก ํนํ ์์ธ ์ ๋ณด ์กฐํ |
| ํน์ ํนํ๋ฅผ ์ธ์ฉํ ํํ ํนํ ์กฐํ |
Extended Tools (ํฅํ ๊ตฌํ ์์ )
kipris_get_cpc_codes- CPC ๋ถ๋ฅ ์ฝ๋ ์กฐํkipris_get_inventors- ๋ฐ๋ช ์ ์ ๋ณด ์กฐํkipris_check_rejection- ๊ฑฐ์ ์ฌ๋ถ ํ์ธkipris_analyze_rejection_reason- ๊ฑฐ์ ์ฌ์ ๋ถ์
๐ ์ค์น ๋ฐฉ๋ฒ
๋ฐฉ๋ฒ 1: Smithery๋ฅผ ํตํ ์ค์น (๊ถ์ฅ)
# Smithery CLI ์ค์น (์ฒ์ ํ ๋ฒ๋ง)
npm install -g @smithery/cli
# Korean Patent MCP ์๋ฒ ์ค์น
smithery install korean-patent-mcp --client claude๋ฐฉ๋ฒ 2: uv๋ฅผ ์ฌ์ฉํ ๋ก์ปฌ ์ค์น
# ์ ์ฅ์ ํด๋ก
git clone https://github.com/khreat/korean-patent-mcp.git
cd korean-patent-mcp
# uv๋ก ์ค์น (๊ถ์ฅ)
uv pip install -e .
# ๋๋ pip์ผ๋ก ์ค์น
pip install -e .์๊ตฌ์ฌํญ
Python 3.10+
KIPRIS Plus Open API ํค (๋ฐ๊ธ ์ฌ์ดํธ)
๐ง ์ค์
API ํค ์ค์
.env ํ์ผ์ ์์ฑํ๊ณ API ํค๋ฅผ ์ค์ ํฉ๋๋ค:
echo "KIPRIS_API_KEY=your_api_key_here" > .env๋๋ ํ๊ฒฝ๋ณ์๋ก ์ค์ :
export KIPRIS_API_KEY="your_api_key_here"๐ ํด๋ผ์ด์ธํธ ์ฐ๋
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) ๋๋
%APPDATA%\Claude\claude_desktop_config.json (Windows) ํ์ผ์ ํธ์งํฉ๋๋ค:
{
"mcpServers": {
"korean-patent": {
"command": "uv",
"args": ["run", "korean-patent-mcp"],
"env": {
"KIPRIS_API_KEY": "your_api_key_here"
}
}
}
}Cursor / Windsurf
MCP ์ค์ ์์ ๋ค์์ ์ถ๊ฐํฉ๋๋ค:
{
"korean-patent": {
"command": "uv",
"args": ["run", "korean-patent-mcp"],
"env": {
"KIPRIS_API_KEY": "your_api_key_here"
}
}
}๐ ์ฌ์ฉ ์์
Claude Desktop์์ ๋ค์๊ณผ ๊ฐ์ด ์ง๋ฌธํ ์ ์์ต๋๋ค:
ํนํ ๊ฒ์
์ผ์ฑ์ ์๊ฐ ์ถ์ํ ํนํ ์ค ๋ฑ๋ก๋ ๊ฒ๋ค์ ๋ณด์ฌ์ค์ถฉ๋ถ๋ํ๊ต ์ฐํํ๋ ฅ๋จ์ ์ต๊ทผ ํนํ๋ฅผ ๊ฒ์ํด์คํนํ ์์ธ ์ ๋ณด
์ถ์๋ฒํธ 1020200123456์ ํนํ ์์ธ ์ ๋ณด๋ฅผ ์๋ ค์ค์ธ์ฉ ํนํ ๋ถ์
์ถ์๋ฒํธ 1020180056789๋ฅผ ์ธ์ฉํ ํนํ๋ค์ ์ฐพ์์ค๐งช ๊ฐ๋ฐ & ํ ์คํธ
MCP Inspector๋ก ํ ์คํธ
npx @modelcontextprotocol/inspector uv run korean-patent-mcpSmithery Dev ๋ชจ๋
smithery dev๐ ํ๋ก์ ํธ ๊ตฌ์กฐ
korean-patent-mcp/
โโโ pyproject.toml # ํจํค์ง ์ค์ (uv/pip ํธํ)
โโโ smithery.yaml # Smithery ๋ฐฐํฌ ์ค์
โโโ README.md
โโโ .env.example
โโโ src/
โโโ korean_patent_mcp/
โโโ __init__.py
โโโ server.py # MCP ์๋ฒ & Tool ์ ์
โโโ kipris_api.py # KIPRIS API ํด๋ผ์ด์ธํธ๐ API ์๋ต ํ์
๋ชจ๋ Tool์ response_format ํ๋ผ๋ฏธํฐ๋ฅผ ์ง์ํฉ๋๋ค:
markdown(๊ธฐ๋ณธ๊ฐ): ์ฌ๋์ด ์ฝ๊ธฐ ์ข์ ํ์json: ํ๋ก๊ทธ๋๋ฐ ์ฒ๋ฆฌ์ ์ ํฉํ ๊ตฌ์กฐํ๋ ํ์
โ ๏ธ ์ฃผ์์ฌํญ
KIPRIS API๋ ํธ์ถ ์ ํ์ด ์์ ์ ์์ต๋๋ค
๋๋ ๊ฒ์ ์ ํ์ด์ง๋ค์ด์ ์ ํ์ฉํ์ธ์
API ํค๋ ์ ๋ ๊ณต๊ฐ ์ ์ฅ์์ ์ปค๋ฐํ์ง ๋ง์ธ์
๐ ๋ผ์ด์ ์ค
MIT License
๐ค ๊ธฐ์ฌ
๋ฒ๊ทธ ๋ฆฌํฌํธ, ๊ธฐ๋ฅ ์ ์, PR ๋ชจ๋ ํ์ํฉ๋๋ค!
๐ Contact
Tech Curator: https://techcurator.kr
DiME: https://www.dime.kr
E-mail: jkh25@techcurator.kr / ceo@techcurator.kr
Made with โค๏ธ for Korean patent research
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables comprehensive patent information queries and analytics including fuzzy company search, patent search by various criteria (name, application number, applicant), and statistical analysis of patent portfolios including status distribution, application trends, and patent type classification.Last updated26
- FlicenseAqualityDmaintenanceEnables searching and retrieving South Korean intellectual property data via the KIPRIS Plus Open API. Users can perform patent searches, look up bibliographic information, and convert natural language into KIPRIS search queries.Last updated62
- Flicense-quality-maintenanceEnables Claude to search and analyze Korean academic papers using the Korea Citation Index (KCI) Open API. Supports paper search, detailed metadata retrieval, reference analysis, author and keyword searches, and citation index queries.Last updated1
- Alicense-qualityAmaintenanceIntegrates with KISTI's ScienceON, NTIS, and DataON APIs to search and retrieve scientific papers, patents, reports, national R\&D projects, and research data.Last updated13Creative Commons Attribution Non Commercial 4.0 International
Related MCP Connectors
Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.
Search company disclosures and financial statements from the Korean market. Retrieve stock profileโฆ
US patent search, assignee portfolios, and citation graph via PatentsView.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tech-curator/korean-patent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server