orizn visa mcp for Cursor
io.github.mattjeff/orizn-visa-mcp
Visa and entry requirements for any passport/destination pair, in 15 languages. Free key.
client:Cursor
transport:stdio
runtime:npm
Install orizn visa mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"orizn-visa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"orizn-visa-mcp"
],
"env": {
"ORIZN_API_KEY": "<ORIZN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs