india mcp for Cursor
io.github.samarth-23-eng/india-mcp
MCP servers for Indian APIs including stocks, GST, railways, banking, and RTO.
client:Cursor
transport:stdio
runtime:npm
Install india mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"india-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@samarth-23-eng/india-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs