Skip to content
Grok

apex contabil for Grok

io.github.ogconstrutorasp/apex-contabil

Framework MCP do Apex ERP Contábil: CNAEs, jurídico, obrigações, financeiro, marketing e WhatsApp.

client:Grok transport:stdio runtime:pypi

Install apex contabil 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": {
    "apex-contabil": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apex-mcp-framework"
      ],
      "env": {
        "ERP_BASE": "<ERP_BASE>",
        "ERP_MCP_EMAIL": "<ERP_MCP_EMAIL>",
        "ERP_MCP_PASSWORD": "<ERP_MCP_PASSWORD>",
        "SUPABASE_URL": "<SUPABASE_URL>",
        "SUPABASE_ANON_KEY": "<SUPABASE_ANON_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

apex contabil in other clients