Skip to main content
Basedash provides a Model Context Protocol (MCP) server that lets you connect any compatible AI client to your Basedash workspace. This gives AI assistants like Claude Code, ChatGPT, Cursor, Windsurf, and others the ability to analyze data and look up information across all your connected data sources.
If you want to connect external MCP servers to Basedash, see MCP connectors. This page is only for connecting MCP clients to the Basedash MCP server.

How it works

MCP is an open standard that allows AI applications to connect to external tools and data sources. By adding the Basedash MCP server to your AI client, you give it the ability to:
  • Query your connected databases and data sources
  • Generate charts and visualizations
  • Look up business metrics and KPIs
  • Analyze trends across your data
All queries respect the same permissions and access controls configured in your Basedash workspace.

Installation

Add the following URL as a remote MCP server in your client:
https://charts.basedash.com/api/public/mcp
When you connect for the first time, an OAuth flow will open in your browser to authenticate with your Basedash account.

Claude Code

claude mcp add basedash --transport http https://charts.basedash.com/api/public/mcp

Cursor

  1. Open Cursor settings
  2. Navigate to MCP
  3. Click Add new MCP server
  4. Set the type to streamable-http and enter the URL https://charts.basedash.com/api/public/mcp

ChatGPT

  1. Open ChatGPT settings
  2. Navigate to Connections and click Add connection
  3. Enter the URL https://charts.basedash.com/api/public/mcp

Other clients

Any MCP client that supports remote servers can connect using the URL above. Refer to your client’s documentation for how to add a remote MCP server.