# Claude Code

Use Claude Code with Blotato to build AI-powered social media workflows from your terminal.

## Tutorials

### Build Your AI Personal Assistant for Social Media Marketing

Learn how to use Claude Code to build your own AI social media manager. Set up Claude Code and use prompts to write content in your brand voice, generate visuals, and post to social media.

{% embed url="<https://youtu.be/XPl6IKDADkU>" %}

### The ULTIMATE Claude Code Tutorial

A full course from first-time setup to building a personalized AI Marketing Officer with skills, quality gate hooks, brand voice, and subagents.

{% embed url="<https://youtu.be/fYX6hHC9FhQ>" %}

### The ULTIMATE AI Coding Guide for Developers

Step-by-step breakdown of AI coding with Claude Code, battle tested with an existing complex codebase. Includes CLAUDE.md rules file and a real feature implementation from scratch.

{% embed url="<https://youtu.be/SDiDkK0r-9c>" %}

## Connect Blotato MCP Server to Claude Code

To use Blotato tools directly in Claude Code, add the Blotato MCP server:

1. Go to [Settings > API](https://my.blotato.com/settings/api) in the Blotato app
2. Under "Claude Code (Terminal)", click **Copy Setup Command**
3. Paste the command into a Claude Code session and let it apply changes
4. Restart Claude Code

The command adds the Blotato MCP server with your API key:

```bash
claude mcp add blotato \
  --url https://mcp.blotato.com/mcp \
  --header "blotato-api-key: YOUR_API_KEY"
```

For the full setup guide, see [MCP Server Setup](https://help.blotato.com/api/mcp/setup).
