Skip to content
Cursor

REST Countries MCP by UnClick for Cursor

io.github.malamutemayhem/restcountries

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

client:Cursor transport:stdio runtime:npm

Install REST Countries MCP by UnClick in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

REST Countries MCP by UnClick in other clients