invoiceflow-mcp
Rank #22,239io.github.enzoemir1/invoiceflow-mcp
AI-powered invoice automation. Create invoices, track payments, and manage cash flow.
invoiceflow-mcp is a Model Context Protocol (MCP) server published by enzoemir1. It ranks #22,239 of 115,591 servers tracked on MCP Toplist. invoiceflow-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 7 tracked versions. It was first listed on Apr 6, 2026 and most recently updated on Apr 13, 2026.
Ranks ahead of 93,352 of 115,591 servers on MCP Toplist.
Use invoiceflow-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add invoiceflow-mcp -- npx -y invoiceflow-mcp-server[mcp_servers.invoiceflow-mcp]
command = "npx"
args = ["-y", "invoiceflow-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"invoiceflow-mcp": {
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"invoiceflow-mcp": {
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"invoiceflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"invoiceflow-mcp": {
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"invoiceflow-mcp": {
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.enzoemir1%2Finvoiceflow-mcp)<a href="https://mcptoplist.com/server/io.github.enzoemir1%2Finvoiceflow-mcp"><img src="https://mcptoplist.com/badge/io.github.enzoemir1%2Finvoiceflow-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
enzoemir1
Other servers by enzoemir1
View all enzoemir1 servers →Available versions (7)
| Version | Published |
|---|---|
| 1.4.0 | Apr 13, 2026 |
| 1.3.2 | Apr 10, 2026 |
| 1.3.1 | Apr 10, 2026 |
| 1.3.0 | Apr 9, 2026 |
| 1.2.0 | Apr 9, 2026 |
| 1.1.0 | Apr 8, 2026 |
| 1.0.0 | Apr 8, 2026 |
Frequently asked questions
- Who maintains invoiceflow-mcp?
- invoiceflow-mcp is maintained by enzoemir1, which publishes 4 MCP servers (25 total versions) tracked on MCP Toplist.
- Is invoiceflow-mcp listed on the Official MCP Registry?
- Yes — invoiceflow-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does invoiceflow-mcp have?
- MCP Toplist tracks 7 versions of invoiceflow-mcp, most recently published on Apr 13, 2026.
- Where can I find the source code for invoiceflow-mcp?
- The source code for invoiceflow-mcp is hosted at github.com/enzoemir1/invoiceflow-mcp.