Skip to content
Zed

REST Countries MCP by UnClick for Zed

io.github.malamutemayhem/restcountries

Country data: flags, currencies, languages, regions, capitals, and more. No API key. By UnClick.

client:Zed transport:stdio runtime:npm

Install REST Countries MCP by UnClick in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "restcountries": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/restcountries-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

REST Countries MCP by UnClick in other clients