visa info for Cursor
io.github.rajat79suri/visa-info
Visa requirements, documents, and FAQs for Indian passport holders. 35 countries.
client:Cursor
transport:stdio
runtime:npm
Install visa info in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"visa-info": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"visa-info-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs