Help CenterDeveloper & API IntegrationsClaude Code CLI & MCP Integration Guide
Developer & API Integrations

Claude Code CLI & MCP Integration Guide

WORKING

Using Claude Code CLI tool with ESER Model Context Protocol server.

## Claude Code CLI & MCP Server Integration Control your entire ESER AI workspace, schedule posts, create visuals, and manage automations directly from your terminal using Claude Code and the Model Context Protocol (MCP). ### Configuration Add ESER AI MCP server to your `claude.json` configuration: ```json { "mcpServers": { "eser-ai": { "command": "npx", "args": ["-y", "@eser-ai/mcp-server"], "env": { "ESER_API_KEY": "eser_sk_your_api_key_here" } } } } ``` ### Example Prompts in Claude Code - *"Check my scheduled posts queue for this week."* - *"Ingest this tech article URL and draft 3 LinkedIn variations."* - *"Generate a 9:16 vertical infographic from this transcript and schedule for tomorrow 9 AM."*

Was this article helpful?

Reach ESER TECH support for assistance with account setup or API integration.

Contact Support