mcp vindi for Cursor
io.github.codespar/mcp-vindi
MCP server for Vindi — recurring billing, subscriptions, invoices
client:Cursor
transport:stdio
runtime:npm
Install mcp vindi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-vindi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vindi"
],
"env": {
"VINDI_API_KEY": "<VINDI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs