Skip to main content

Prerequisites

Install the Plugin

claude plugin marketplace add datagendev/datagen-plugin
claude plugin install datagen --scope project

Run Setup

Inside Claude Code, run:
/datagen:setup
This triggers the following actions:
1

Authenticate

A browser window opens for OAuth authentication with DataGen.
2

Store API Key

Your API key is saved to your shell profile (~/.zshrc or equivalent).
3

Configure MCP Server

The plugin connects to https://mcp.datagen.dev/mcp automatically.
4

Install CLI & SDK

The DataGen CLI is installed. Optionally install the Python or TypeScript SDK.
After setup, all 50+ MCP tools are available in your Claude Code session. Try asking Claude: “List all available DataGen tools”.

What You Get

The plugin adds 9 slash commands to Claude Code:
CommandDescription
/datagen:setupAuthenticate and configure MCP tools
/datagen:add-mcpsConnect external services (Gmail, Slack, Linear, etc.)
/datagen:build-agentBuild a new agent with a guided workflow
/datagen:deploy-agentDeploy an agent as a webhook or scheduled automation
/datagen:manage-agentsList, monitor, and manage deployed agents
/datagen:fetch-agentBrowse and install pre-built agent templates
/datagen:fetch-skillBrowse and install reusable skills
/datagen:create-custom-toolCreate a custom tool with your own logic
/datagen:code-modeWrite local Python/TypeScript scripts using the SDK
Plus 50+ MCP tools for Gmail, Slack, Linear, GitHub, HubSpot, LinkedIn, Notion, and more.

Next Steps

Create Your First Agent

Write an agent and deploy it to the cloud

Connect Services

Add Gmail, Linear, Slack, and other MCP servers

Not using Claude Code? See Alternative Setup for other installation methods.