Connect coding agents and chat clients to your reconciled CRM data over the Model Context Protocol.
Syntaxia exposes a read-only Model Context Protocol server so coding agents and chat clients can browse reconciled CRM accounts, contacts, reps, and opportunities from the org you authenticate as.
OAuth 2.1 (recommended for Claude.ai web). The client registers itself, you approve consent in Syntaxia, and the access token is issued and stored automatically. Nothing to copy or paste.
Bearer token (Claude Desktop, Claude Code, Cursor, VS Code). You generate a token under Settings → Integrations and put it in the client’s config.
Both paths bind the resulting token to a user-and-org pair, so the token alone determines what data Claude sees. To connect Claude to a different organization, generate a new token (or re-authorize) for that workspace.
Sign in to Syntaxia
Generate a token at Settings → Integrations, or initiate an OAuth flow from the Claude.ai connector dialog.
Tabs are organized from easiest to most-control. The endpoint is the same for all clients: https://app.syntaxia.com/mcp.
Claude.ai web
Claude Desktop
Claude Code
Cursor
VS Code
Claude.ai uses OAuth 2.1 with Dynamic Client Registration. You don’t need to generate or paste a token.
1
Open the connector dialog
In Claude.ai, go to Settings → Connectors and click Add custom connector.
2
Enter the endpoint
Name the connector (eg. Syntaxia) and paste the URL:
https://app.syntaxia.com/mcp
Leave OAuth Client ID and OAuth Client Secret empty under Advanced settings. Claude will register itself automatically.
3
Approve consent
Click Add. Claude opens a Syntaxia sign-in popup. After you sign in, the consent screen asks which organization to authorize. Pick one and click Allow.
4
Connected
The connector status flips to Connected and the four MCP tools (read_profile, list_accounts, search_accounts, read_account) become available to Claude.
To switch organizations, click Revoke on the connector card in Claude.ai, then re-add it and pick the other organization on the consent screen.
Generate a token at Settings → Integrations in Syntaxia first. Then edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and add a Syntaxia entry under mcpServers. Replace <your_token> with the token you just generated.
Generate a token at Settings → Integrations in Syntaxia, then register Syntaxia with the Claude Code CLI. Run this once per machine, substituting <your_token>.
Generate a token at Settings → Integrations in Syntaxia first. Then add a .cursor/mcp.json file at your project root (or in ~/.cursor/mcp.json for global use), substituting <your_token>.
Generate a token at Settings → Integrations in Syntaxia first. Then add a .vscode/mcp.json file at your workspace root. VS Code prompts for the token on first connection.