Curate and access MCP servers and tools tailored for Korea’s legal, commerce, public data, finance, and real estate sectors.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"awesome-mcp-korea": {
"command": "npx",
"args": [
"-y",
"avinash1441/awesome-mcp-korea"
]
}
}
}
Run in terminal:
claude mcp add awesome-mcp-korea npx -y avinash1441/awesome-mcp-korea
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-mcp-korea": {
"command": "npx",
"args": [
"-y",
"avinash1441/awesome-mcp-korea"
]
}
}
}