Developer & API Integrations
WORKINGClaude Code CLI & MCP Integration Guide
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."*
Previous Guide
Building an AI Social Media System with Make.com
Next GuideModel Context Protocol (MCP) Setup & Integration Guide
Was this article helpful?
Reach ESER TECH support for assistance with account setup or API integration.