Connect your data to Claude
Use Claude 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
Ask your GA4 data anything. No SQL, no dashboards.
Connect Google Search Console to Claude
Unlock your SEO data with natural language. No exports, no pivot tables.
Connect PostgreSQL to Claude
Query your PostgreSQL database in plain English. No SQL required.
Connect MySQL to Claude
Instant insights from your MySQL database. Ask in plain English.
Connect ClickHouse to Claude
Real-time analytics on ClickHouse at any scale, in plain English.
Connect MCP Server to Claude
Connect any MCP-compatible server and query it with AI in seconds.
Connect Google Sheets to Claude
Query, write, and manage Google Sheets with AI.
Setup
Add Sequel to Claude
One config block is all it takes. Replace sql_your_api_key with a key from Settings → API Keys, then restart Claude.
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sequel": {
"url": "https://api.sequel.sh/mcp",
"headers": {
"Authorization": "Bearer sql_your_api_key"
}
}
}
}Frequently asked questions
Does this work with Claude Desktop and Claude.ai?
The JSON config above works with Claude Desktop (Mac and Windows). Claude.ai supports MCP through Workspaces — go to Settings → Integrations to add the Sequel MCP URL there.
What databases can Claude query through Sequel?
Any database or analytics tool you've connected in Sequel: PostgreSQL, MySQL, ClickHouse, BigQuery, Snowflake, Google Analytics, and more. Claude can only access connections your organization has set up.
Is my database data sent to Anthropic?
Query results are passed to Claude as context within your conversation. Anthropic's standard data handling policies apply. Sequel never stores your query results permanently — they exist only for the duration of the tool call.
Can I limit which connections Claude can see?
Sequel MCP is scoped to your organization's connections. You can create separate API keys for different use cases and revoke them at any time from Settings → API Keys.
Does it work with Claude Code (the CLI)?
Yes. Run: claude mcp add sequel --transport http https://api.sequel.sh/mcp --header 'Authorization: Bearer sql_your_api_key'. Your Sequel tools will then be available in every Claude Code session.
Start using your data in Claude
Generate a free API key and connect in under a minute.