korean-patent-mcp
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"korean-patent": {
"args": [
"run",
"korean-patent-mcp"
],
"command": "uv",
"env": {
"KIPRIS_API_KEY": "your_api_key_here"
}
}
}
}
服务介绍
Korean Patent MCP
(KIPRIS) API MCP(Model Context Protocol) .
Claude Desktop, Cursor, Windsurf MCP .
Core Tools
| Tool | |
|---|---|
kipris_search_patents |
|
kipris_get_patent_detail |
|
kipris_get_citing_patents |
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 .
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-mcp
Smithery Dev
smithery dev
Smithery
- GitHub
- Smithery.ai "Deploy from GitHub"
- URL
smithery.yaml
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
- DiME: https://www.dime.kr
- Tech Curator: https://techcurator.kr
Made with for Korean patent research