AI agent integrations
Use BlogCreator in any AI agent
One CLI command connects MCP tools or an agent skill to our hosted API. Works across editors and agents — no API keys on your machine.
Choose install type
API endpoint
https://blogcreator.devRun in Terminal
bash
curl -fsSL https://raw.githubusercontent.com/khatridhruv-1/ContentCraft-Inspector/master/scripts/install-integration.sh \
| BLOGCREATOR_API_URL="https://blogcreator.dev" bash -s -- mcp --global
- 1
Run the command in Terminal (bash) — AI chat cannot run install scripts for you
- 2
Installer auto-registers in detected MCP client configs when present
- 3
Restart your agent, then ask it to use generate_content
Run in Terminal (not inside AI chat). Requires bash and curl (Node 18+ for MCP). Auto-configures when an MCP client folder is detected; reference config at ~/.blogcreator/mcp.json. Windows: Git Bash or WSL.