korean-law-mcp vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
korean-law-mcp by chrisryugj | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 1,732 | ★ 149 |
| 30d uses | — | — |
| Score | 56 | 85 |
| Official | — | — |
| Categories | AI / LLM ToolsKnowledge GraphDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | this month | 2 mo ago |
korean-law-mcp · Summary
Korean legal MCP server transforming 41 government APIs into 17 tools with citation verification, impact mapping, and time comparison.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
korean-law-mcp · Use cases
- Legal research professionals verifying AI-generated citations against official Korean law databases
- Citizens seeking step-by-step guidance for legal issues like rental deposit disputes
- Policy analysts comparing legal changes across different time periods to understand impacts
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
korean-law-mcp · Install
Installation
npm
npm install -g korean-law-mcpClaude Desktop
Add to Claude Desktop config.json:
{
"mcpServers": {
"korean-law": {
"command": "npx",
"args": ["korean-law-mcp"]
}
}
}Docker
docker run -p 8080:8080 chrisryugj/korean-law-mcpDirect API
curl https://korean-law-mcp.fly.dev/mcpultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server