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 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.
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 sequel \
--transport http \
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 will be available in all subsequent Claude Code sessions.
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 sequel --scope project --transport http ...`. This adds Sequel only for the current project rather than globally.
Start using your data in Claude Code
Generate a free API key and connect in under a minute.