Skip to content
Last updated

Karzoun MCP Server

Give AI assistants structured access to your Karzoun workspace — customers, tags, products, users, webhooks, and more — through the Model Context Protocol.

The @karzounchat/mcp-server package maps the public GraphQL API to MCP tools one-to-one. When an agent calls customers, it runs the same operation you would send from the Playground or your backend.

Package: @karzounchat/mcp-server
Source: KarzounApps/mcp-server

Video overview

Coming soon: Karzoun MCP in 3 minutes — what MCP is, when to use stdio vs hosted, and a live Cursor demo. (Embed placeholder)

Choose your setup

Local (stdio)Hosted (/mcp)
Best forCursor, Claude Desktop, local devBackend agents, automations, SaaS workers
Runs asnpx @karzounchat/mcp-server on your machineHTTP on Karzoun gateway
Token livesMCP config env (your laptop)Your server only — never the browser
Setup guideCursor · Claude DesktopAI connectors · Hosted MCP

Karzoun

Your backend

Local IDE

Cursor / Claude

stdio MCP server

Agent / worker

/mcp endpoint

GraphQL API

Prerequisites

  1. App token — Create in Developer → Apps (authentication guide)
  2. GraphQL URLhttps://{subdomain}.api.karzoun.chat/graphql (quickstart)
  3. Permissions — Scope the app to the operations your agent needs
Not a replacement for GraphQL

MCP is a convenience layer for AI clients. Production integrations that do not need an LLM should call GraphQL or webhooks directly.

Start here

StepGuide
1How it works — Tools, auth, and responses
2Pick a setup: Cursor, AI connectors (Claude, Manus, ChatGPT…), or Hosted
3Agent patterns — Prompts that work well
4Tool catalog — All 75+ operations

Configuration reference

VariableRequiredDescription
KARZOUN_API_URLYesGraphQL endpoint URL
KARZOUN_APP_TOKENYesApp JWT from appsAdd
KARZOUN_MCP_TOOL_PREFIXNoLimit tools (e.g. tags, customers)
KARZOUN_MCP_MAX_RESPONSE_BYTESNoResponse cap (default: 524288)

Older environment variable names from previous releases are still accepted as fallbacks.