AI-powered invoice automation. Create invoices, track payments, and manage cash flow.
claude mcp add invoiceflow-mcp -- npx -y invoiceflow-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"invoiceflow-mcp": {
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"invoiceflow-mcp": {
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"invoiceflow-mcp": {
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"invoiceflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"invoiceflow-mcp": {
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.enzoemir1--invoiceflow-mcp/reviews or the review_server meta-tool.
POST /mcp