Servidor MCP para integração com o gestor financeiro Organizze, compatível com qualquer cliente MCP (Claude Desktop, etc).
MCP Organizze MCP server exists for a simple reason — assistants are far more useful when they can act on MCP Organizze directly instead of describing what you should do. Servidor MCP para integração com o gestor financeiro Organizze, compatível com qualquer cliente MCP (Claude Desktop, etc).
Installation goes through your MCP client rather than a global install: point it at mcp-organizze on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once MCP Organizze is connected, these are the calls the assistant has available:
Contas — Listar, criar e detalhar contas bancáriasORGANIZZE_EMAIL — Seu email de loginORGANIZZE_API_KEY — Sua chave de APIpyproject.toml — Configuração de build e dependênciasDockerfile — Configuração para containerizaçãoYou will need 2 environment variables: ORGANIZZE_EMAIL, ORGANIZZE_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Organizze's toolset — Contas, ORGANIZZE_EMAIL, ORGANIZZE_API_KEY and 2 more — is a fair guide to whether it matches your workflow. It is maintained by samuelmoraesf; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Contas | Listar, criar e detalhar contas bancárias. |
| ORGANIZZE_EMAIL | Seu email de login. |
| ORGANIZZE_API_KEY | Sua chave de API. |
| pyproject.toml | Configuração de build e dependências. |
| Dockerfile | Configuração para containerização. |
{
"mcpServers": {
"organizze": {
"command": "uvx",
"args": ["mcp-organizze"],
"env": {
"ORGANIZZE_EMAIL": "your-value",
"ORGANIZZE_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| ORGANIZZE_EMAIL | Configuration value read at startup. | Optional |
| ORGANIZZE_API_KEY | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.