English | 한국어
Official developer documentation for IBIGENT Studio, an AI-powered website building platform. Connect your AI coding tool (Claude Code, Codex CLI, Cursor, and more) to IBIGENT Studio over the Model Context Protocol (MCP) so the AI can generate HTML and place it directly into your live editor.
This repository contains documentation only — no product source code, no secrets.
- Official website: https://www.ibigent.com
- Full documentation: https://www.ibigent.com/docs/ibigent-studio/
- 1. What is IBIGENT Studio
- 2. Features
- 3. Supported AI tools
- 4. Quick Start
- 5. Documentation
- 6. Official Website
- 7. License
- 8. Contributing
- 9. Support
- 10. Roadmap
IBIGENT Studio is a real-time web editor. You subscribe (no API keys to manage, nothing to install locally), connect your AI tool over MCP, and ask the AI to build HTML. The generated HTML is delivered to your editor, where you choose the exact position to insert it — and it appears immediately.
- Send AI-generated HTML into the editor. Ask any MCP-connected AI tool to produce HTML and receive it in IBIGENT Studio.
- Place it exactly where you want. Choose the insertion point in the editor; the HTML is applied in place.
- No coding, no API wiring. A subscription and an MCP key are all you need.
- Uses the open Model Context Protocol, so it works with the tools you already use.
| Tool | Vendor | Guide |
|---|---|---|
| Claude Code | Anthropic | docs/en/claude-code.md |
| Codex CLI | OpenAI | docs/en/codex.md |
| Cursor | — | docs/en/cursor.md |
| Antigravity | docs/en/antigravity.md | |
| VS Code | — | docs/en/vscode.md (coming soon) |
| Any MCP client | — | docs/en/mcp.md |
-
Get your key. Open My Page > AI Integration > Connection Keys (https://www.ibigent.com/mypage/mcp-keys.html) and click Issue Key. Your key
ibg_…is shown only once — treat it like a password. -
Register the MCP server in your AI tool, replacing
<YOUR_KEY>:https://mcp.ibigent.com/mcp/<YOUR_KEY>Example — Claude Code:
claude mcp add --transport http ibigent https://mcp.ibigent.com/mcp/<YOUR_KEY>
-
Ask the AI to generate HTML and send it to your IBIGENT Studio editor, then pick where to insert it.
Full walkthrough: docs/en/getting-started.md.
- Getting Started
- Installation
- MCP Connection
- Claude Code
- Codex CLI
- Cursor
- Antigravity
- VS Code
- Examples
- FAQ
- Troubleshooting
Korean documentation: docs/ko/
- Website: https://www.ibigent.com
- Product page: https://www.ibigent.com/service/ibigent-studio.html
- Online docs: https://www.ibigent.com/docs/ibigent-studio/
Documentation in this repository is licensed under CC BY 4.0 (see LICENSE). No product source code is included.
Documentation fixes are welcome. See CONTRIBUTING.md. Please do not submit product source code or secrets.
- Help center: https://www.ibigent.com/support/
- Issues: use this repository's Issues for documentation problems only.
- Security: see SECURITY.md. Never post your MCP key in an issue or PR.
- Official VS Code MCP integration guide (in progress).
- Additional IBIGENT products and their MCP guides.
- More end-to-end examples.
Keywords: IBIGENT Studio, MCP, Model Context Protocol, AI website builder, Claude Code MCP, Codex CLI MCP, Cursor MCP, Antigravity MCP, ibigent, mcp.ibigent.com