Connect your data to Claude Code
Use Claude Code to query your databases, explore schemas, and run analyses — powered by Sequel's MCP server. Pick a data source to get started.
Integrations
Choose a data source
Connect Google Analytics to Claude Code
Ask your GA4 data anything. No SQL, no dashboards.
Connect Google Search Console to Claude Code
Unlock your SEO data with natural language. No exports, no pivot tables.
Connect Stripe to Claude Code
Ask your Stripe data anything. MRR, churn, refunds — answered in plain English.
Connect PostgreSQL to Claude Code
Query your PostgreSQL database in plain English. No SQL required.
Connect MySQL to Claude Code
Instant insights from your MySQL database. Ask in plain English.
Connect ClickHouse to Claude Code
Real-time analytics on ClickHouse at any scale, in plain English.
Connect MCP Server to Claude Code
Connect any MCP-compatible server and query it with AI in seconds.
Connect Google Sheets to Claude Code
Query, write, and manage Google Sheets with AI.
Connect BigQuery to Claude Code
Query petabytes of BigQuery data in plain English.
Setup
Add Sequel to Claude Code
One config block is all it takes. Replace sql_your_api_key with a key from Settings → API Keys, then restart Claude Code.
claude mcp add (CLI)
claude mcp add --transport http sequel https://api.sequel.sh/mcp \
--header "Authorization: Bearer sql_your_api_key"Frequently asked questions
How do I add Sequel to Claude Code?
Run the `claude mcp add` command shown above in your terminal. Replace `sql_your_api_key` with a key from Settings → API Keys. The server is added at the default `local` scope (current project only).
How do I make Sequel available across every project?
Add the `--scope user` flag: `claude mcp add --scope user --transport http sequel https://api.sequel.sh/mcp --header "Authorization: Bearer sql_your_api_key"`. User-scope servers are available in every Claude Code session on this machine.
Can I verify Sequel is connected?
Run `claude mcp list` to see all configured MCP servers, or `claude mcp get sequel` to inspect the Sequel config specifically.
Does this work in Claude Code's non-interactive mode?
Yes. Sequel tools are available in both interactive (`claude`) and non-interactive (`claude -p 'your prompt'`) modes. They're also available when using Claude Code via the SDK.
Can I add Sequel to a specific project only?
Yes. Use the `--scope project` flag: `claude mcp add --scope project --transport http sequel https://api.sequel.sh/mcp --header "..."`. Project-scope servers are stored in `.mcp.json` at the repo root and shared with anyone who clones the repo.
Start using your data in Claude Code
Generate a free API key and connect in under a minute.