Organizze MCP Server

Servidor MCP para integração com o gestor financeiro Organizze, compatível com qualquer cliente MCP (Claude Desktop, etc). It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-02-18 · ★ 7 · #183 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Organizze

before you install - you'll need

Set ORGANIZZE_EMAIL, ORGANIZZE_API_KEY before connecting.

Claude Code

claude mcp add samuelmoraesf-mcp-organizze -- uvx mcp-organizze

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "samuelmoraesf-mcp-organizze": {
      "command": "uvx",
      "args": [
        "mcp-organizze"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

pypi package mcp-organizze - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.SamuelMoraesF is GitHub-verified and matches the repo owner

03 · Who maintains Organizze

mcp-organizze is maintained by samuelmoraesf. We track 3 MCP servers from samuelmoraesf - 3 actively maintained, 24 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from samuelmoraesf.

  1. mcp-nfse-nacional MCP Server para consulta de NFSe no portal nacional (nfse.gov.br) ★ 14
  2. mcp-banco-inter Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças. ★ 3

04 · Facts

category
finance - ranked #183 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.SamuelMoraesF/mcp-organizze (active, first published 2026-02-18)
packages
pypi:mcp-organizze · oci:samuelmoraesf/mcp-organizze

05 · Organizze FAQ

What is Organizze?

Servidor MCP para integração com o gestor financeiro Organizze, compatível com qualquer cliente MCP (Claude Desktop, etc). It runs locally over stdio via the published package.

Is Organizze still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-18. We re-verify nightly.

How do I install Organizze?

Run `uvx mcp-organizze`. The README documents 2 environment variables (ORGANIZZE_EMAIL, ORGANIZZE_API_KEY) to set first. Set ORGANIZZE_EMAIL, ORGANIZZE_API_KEY before connecting. You can also paste the ready-made client config above.

Does Organizze run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Organizze