mcp vindi for Claude Desktop
io.github.codespar/mcp-vindi
MCP server for Vindi — recurring billing, subscriptions, invoices
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp vindi in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-vindi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vindi"
],
"env": {
"VINDI_API_KEY": "<VINDI_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs