mcpbeat Sign in

MCP Organizze MCP Server

local only

MCP Organizze runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from pypi. Last commit 18 Feb 2026.

MCP para integração com o gestor financeiro Organizze. Crie transações, consulte saldos e metas.

Installs per day peak 25 · avg 13 · -28% w/w
a month agotoday
73
Installs / week
pypi · mcp-organizze
7
Stars
1 open issues
18 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Organizze every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-organizze -- uvx mcp-organizze
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-organizze": {
      "args": [
        "mcp-organizze"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-organizze]
command = "uvx"
args = ["mcp-organizze"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-organizze": {
      "args": [
        "mcp-organizze"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-organizze": {
      "args": [
        "mcp-organizze"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ORGANIZZE_EMAIL (Email de login da sua conta Organizze), ORGANIZZE_API_KEY (Sua chave de API do Organizze). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Organizze

same job, measured the same way
CDF Finance MCP
by vesselltech

Consulte contas, cartões, transações e orçamentos da sua conta financeira Vessell.

answering
Organizze
by mcp-dir

Your Organizze finances in natural language: consolidated balances, monthly overview, transaction se

68 tools answering
MCP Open Finance
by codespar

MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments

26 installs/wk local only
C
joinBudget MCP
by joinbudget

joinBudget MCP: Manage personal finances, budget spaces, transactions, and categories.

local only
I
Budget Tracker
by emnbc

joinBudget MCP: Manage personal finances, budget spaces, transactions, and categories.

local only
Fintable MCP
by jasoncbraatz

Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.

58 installs/wk local only
MCP Pluggy
by codespar

MCP server for Pluggy — Open Finance Brasil aggregator: accounts, transactions, payment initiation

34 installs/wk local only
Dynt
by dynt-api

Company finances for agents: transactions, invoices, bills, expenses, subscriptions, receipts.

answering

MCP Organizze — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Organizze?
MCP Organizze runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-organizze was installed 73 times last week.
How do I connect MCP Organizze?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-organizze straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Organizze?
The pypi package mcp-organizze was installed 73 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Organizze open source?
Yes — it is published under the MIT licence, written in Python, 7 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.