MCP Server
The Model Context Protocol server lets AI assistants, Claude Desktop, Claude Code, Cursor, use IntentOS through natural language. Ask an assistant to “generate a 16:9 image of…” or “how many credits do I have left?” and it calls your account.
Tools exposed: generate_image, generate_video, upscale_image, remove_background, get_credits, list_generations, search_skills, get_skill.
MCP: setup
Add this to your MCP client config (Claude Desktop claude_desktop_config.json, a project .mcp.json, or Cursor ~/.cursor/mcp.json):
json — json{"mcpServers": {"intentos": {"command": "npx","args": ["-y", "@intentos/mcp"],"env": { "INTENTOS_API_KEY": "sk_live_your_key" }}}}
Restart the client, then try: “Generate a 16:9 image of a neon dragon over Tokyo with nano-banana-pro.”
MCP: skills
The server exposes search_skills and get_skill. Ask your assistant to “find an Intentos skill for carousel posts” or “use the Intentos skill product-ad-set”: it loads the skill's instructions and follows them with the generation tools.