Skip to content
Grok

mcp organizze for Grok

io.github.samuelmoraesf/mcp-organizze

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

client:Grok transport:stdio runtime:pypi

Install mcp organizze in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-organizze": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-organizze"
      ],
      "env": {
        "ORGANIZZE_EMAIL": "<ORGANIZZE_EMAIL>",
        "ORGANIZZE_API_KEY": "<ORGANIZZE_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp organizze in other clients