Skip to main content
Version: 2.0.0

Connect an AI Agent

Tabsdata's agentic workflow uses an MCP server so a coding agent builds and runs your workflows for you. Install it into your agent before continuing to QuickStart. Claude Code and Codex are currently supported.

Start the agent from a shell whose virtual environment has Tabsdata installed.

claude mcp add tabsdata -- python -m tabsdatak.ag.mcp -

Using the agent

You need an active session with the Tabsdata server before starting your agent. Log in, then start it from the same terminal:

tdk login
claude

The agent authenticates through your session, so it can only do what you're authorized to do.

Next: Run Your First Data Integration. Build a working flow end to end.