mcp einvoicing in for Cursor
io.github.cmendezs/mcp-einvoicing-in
MCP server for India GST e-invoicing (FORM GST INV-01 schema v1.1 / IRP-IRN)
client:Cursor
transport:stdio
runtime:pypi
Install mcp einvoicing in in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-einvoicing-in": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-einvoicing-in"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs