REST Countries MCP by UnClick for VS Code
io.github.malamutemayhem/restcountries
Country data: flags, currencies, languages, regions, capitals, and more. No API key. By UnClick.
client:VS Code
transport:stdio
runtime:npm
Install REST Countries MCP by UnClick in VS Code
.vscode/mcp.json
{
"servers": {
"restcountries": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/restcountries-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs