Claude in your browser

Connect Claude to your rawquery workspace through a custom connector. Claude can inspect schemas, run and save queries, create charts, and publish dashboards by calling rawquery tools. Ask for the complete task in one conversation. rawquery executes the data operations against your synced tables. Charts and saved queries remain in your rawquery workspace.

Before you start

  • Create a rawquery account and sync a source.
  • Sign in to Claude. Custom connectors are available on Free, Pro, Max, Team, and Enterprise plans; Free is limited to one custom connector. Team and Enterprise users need an organization owner to add the connector first. See Anthropic's connector instructions for current availability and organization setup.

Claude is a separate service. Its usage limits and any subscription charges are separate from rawquery.

1. Add the connector

In Claude, open Customize → Connectors, then + → Add custom connector. Name it rawquery and enter:

text
https://mcp.rawquery.dev

Leave the optional OAuth Client ID and Client Secret blank. Click Add, then Connect if prompted.

2. Authorize your workspace

Sign in on the rawquery authorization screen, choose your workspace, and review the requested permissions. Click Authorize.

The connector receives read and write access to the selected workspace. It can query tables, manage saved queries and charts, and trigger syncs. It cannot access your other workspaces through that authorization.

3. Enable rawquery and ask

In a Claude conversation, use + → Connectors to enable rawquery. Start with:

text
What tables are available in my rawquery workspace?
Describe the invoices table and show me its column names.

Then follow the paid-invoice chart walkthrough. Ask Claude to show its SQL and results before saving or publishing. Review the metric definition, dates, and filters.

Access and data handling

Data returned by the connector is sent to Claude and may become part of your conversation. Anthropic's policies and your account settings govern its handling there. rawquery hosting in Europe does not mean an external AI provider processes that data in Europe.

Both workspace:read and workspace:write are requested. A read-only choice is not currently exposed in the authorization UI. Review tool requests before allowing changes or publication.

To revoke access, open Settings → Connected apps in rawquery and revoke the Claude grant. You can also remove the connector from Claude's Customize → Connectors page.

Troubleshooting

Claude cannot reach the server

Check the connector URL above. For an organization account, check that an owner has enabled the connector. See service status.

Authorization expired

Restart the connection from Claude and complete the rawquery authorization screen again.

Claude cannot find my tables

Confirm that you authorized the workspace containing your source. Check its latest sync status in rawquery, then ask Claude to list schemas again.

I prefer the terminal

Use the Claude Code and Codex guide. Both routes operate on the same workspace resources.