PluginBench
MCP Server
Active
MIT

io.github.do-droid/busan-essentials MCP Server

io.github.do-droid/busan-essentials

What is the io.github.do-droid/busan-essentials MCP server?

Find the nearest restroom, pharmacy, WiFi, or AED in Busan, Korea. 8,680 places, Korean+English.

How to install io.github.do-droid/busan-essentials

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "busan-essentials": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/do-droid/busan-essentials:0.1.1"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "busan-essentials": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/do-droid/busan-essentials:0.1.1"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "busan-essentials": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/do-droid/busan-essentials:0.1.1"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "busan-essentials": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/do-droid/busan-essentials:0.1.1"
      ]
    }
  }
}
Claude Code
claude mcp add busan-essentials -- docker run -i --rm ghcr.io/do-droid/busan-essentials:0.1.1

Related MCP servers

22,000+ Seoul public facility data for tourists: restrooms, pharmacies, WiFi, AEDs, and subway.

0
Python
View repository →