Wfirma MCP Server
Rank #27,881io.github.agente-dev/wfirma-mcp
Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.
Wfirma MCP Server is a Model Context Protocol (MCP) server published by agente-dev. It ranks #27,881 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Wfirma MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 27, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 87,579 of 115,460 servers on MCP Toplist.
Use Wfirma MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add wfirma-mcp -e "WFIRMA_ACCESS_KEY=<your WFIRMA_ACCESS_KEY>" -e "WFIRMA_SECRET_KEY=<your WFIRMA_SECRET_KEY>" -e "WFIRMA_APP_KEY=<your WFIRMA_APP_KEY>" -- npx -y wfirma-mcpReplace each placeholder with your own value before saving.
[mcp_servers.wfirma-mcp]
command = "npx"
args = ["-y", "wfirma-mcp"]
[mcp_servers.wfirma-mcp.env]
WFIRMA_ACCESS_KEY = "<your WFIRMA_ACCESS_KEY>"
WFIRMA_SECRET_KEY = "<your WFIRMA_SECRET_KEY>"
WFIRMA_APP_KEY = "<your WFIRMA_APP_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wfirma-mcp": {
"command": "npx",
"args": [
"-y",
"wfirma-mcp"
],
"env": {
"WFIRMA_ACCESS_KEY": "<your WFIRMA_ACCESS_KEY>",
"WFIRMA_SECRET_KEY": "<your WFIRMA_SECRET_KEY>",
"WFIRMA_APP_KEY": "<your WFIRMA_APP_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wfirma-mcp": {
"command": "npx",
"args": [
"-y",
"wfirma-mcp"
],
"env": {
"WFIRMA_ACCESS_KEY": "<your WFIRMA_ACCESS_KEY>",
"WFIRMA_SECRET_KEY": "<your WFIRMA_SECRET_KEY>",
"WFIRMA_APP_KEY": "<your WFIRMA_APP_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wfirma-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wfirma-mcp"
],
"env": {
"WFIRMA_ACCESS_KEY": "<your WFIRMA_ACCESS_KEY>",
"WFIRMA_SECRET_KEY": "<your WFIRMA_SECRET_KEY>",
"WFIRMA_APP_KEY": "<your WFIRMA_APP_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wfirma-mcp": {
"command": "npx",
"args": [
"-y",
"wfirma-mcp"
],
"env": {
"WFIRMA_ACCESS_KEY": "<your WFIRMA_ACCESS_KEY>",
"WFIRMA_SECRET_KEY": "<your WFIRMA_SECRET_KEY>",
"WFIRMA_APP_KEY": "<your WFIRMA_APP_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wfirma-mcp": {
"command": "npx",
"args": [
"-y",
"wfirma-mcp"
],
"env": {
"WFIRMA_ACCESS_KEY": "<your WFIRMA_ACCESS_KEY>",
"WFIRMA_SECRET_KEY": "<your WFIRMA_SECRET_KEY>",
"WFIRMA_APP_KEY": "<your WFIRMA_APP_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.agente-dev%2Fwfirma-mcp)<a href="https://mcptoplist.com/server/io.github.agente-dev%2Fwfirma-mcp"><img src="https://mcptoplist.com/badge/io.github.agente-dev%2Fwfirma-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
agente-dev
Other servers by agente-dev
View all agente-dev servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains Wfirma MCP Server?
- Wfirma MCP Server is maintained by agente-dev, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Wfirma MCP Server listed on the Official MCP Registry?
- Yes — Wfirma MCP Server is listed on the Official MCP Registry.
- How many versions does Wfirma MCP Server have?
- MCP Toplist tracks 1 version of Wfirma MCP Server, most recently published on Aug 27, 2026.
- Where can I find the source code for Wfirma MCP Server?
- The source code for Wfirma MCP Server is hosted at github.com/agente-dev/wfirma-mcp.