エージェントとチャットアシスタント用ツール
Instaganttは、AIエージェントがプログラムによってガントチャートを作成、更新、管理できるように、スキルとMCPサーバーを提供しています。
自律的なワークフローを実際のプロジェクト管理に接続します。人間による介在は不要です。
仕組み
エージェントができることのすべて
Instaganttのコア機能へのプログラムによる完全なアクセス。
スクラッチからプロジェクトを作成
AIエージェントがテキストの説明から、フェーズ、タスク、タイムライン、依存関係を含む完全なガントチャートを構築します。既存のInstaganttアカウントがなくても生成可能です。
反復と改善
タスクの追加、更新、並べ替え、削除が可能です。対話を通じて日付、依存関係、構造を調整し、計画を最適化できます。
公開ビュー
すべてのプロジェクトに閲覧専用の公開URLが発行されます。ステークホルダーと共有すれば、ログイン不要で即座にガントチャートにアクセスできます。
SVGエクスポート
ガントチャートをベクター形式のSVGとして生成し、ドキュメントやプレゼンテーション、レポートツールにそのまま埋め込むことができます。
Instaganttにインポート
計画が整ったら、ワンクリックでInstaganttアカウントにインポートでき、フル機能のアプリで管理を継続できます。
あらゆるエージェントに対応
Claude、GPT、Gemini、オープンソースモデルなど、MCPに対応したあらゆるエージェントと互換性があります。
エージェントによるプロジェクト管理への3つのステップ
MCPサーバーの追加
エージェントの設定にInstagantt MCPサーバーを追加してください。URLを1つ設定するだけで、アカウント不要で作成を開始できます。
プロジェクトを説明
必要な内容をエージェントに伝えると、タスク、フェーズ、依存関係を含む完全なガントチャートが作成されます。計画が完璧になるまで調整を繰り返せます。
共有またはインポート
閲覧専用の公開URLやSVGを取得してすぐに共有するか、Instaganttアカウントにインポートして管理を続けましょう。
Instagantt を Claude クライアントに接続する
Instagantt MCP サーバーはリモートであり、API キーやサインインは不要です。以下のクライアントを選択してください。セットアップは 1 分以内に完了します。
Claude Code (CLI)
任意のプロジェクトから 1 つのコマンドでサーバーを追加できます。
- 1
ターミナルで次のコマンドを実行して、Instagantt サーバーを登録します (HTTP トランスポート、キー不要):
terminalclaude mcp add --transport http instagantt https://ai.instagantt.com/mcp - 2
接続を確認します。「instagantt … ✔ Connected」と表示されるはずです:
terminalclaude mcp list - 3
Claude Code を起動し、ガントチャートの作成を依頼します。いつでも /mcp と入力して、サーバーとそのツールを確認できます。チームと共有するには、--scope project を追加して生成された .mcp.json をコミットしてください。削除するには、claude mcp remove instagantt を実行します。
Claude Desktop
Instagantt をカスタムコネクターとして追加します。ターミナルは不要です。
- 1
Claude Desktop を開き、Settings → Connectors に移動します。
- 2
リストの一番下までスクロールし、「Add custom connector」をクリックします。
- 3
名前を「Instagantt」とし、以下のリモート MCP サーバーの URL を貼り付けます。OAuth フィールドは空のままにし(不要)、「Add」をクリックします。
Remote MCP server URLhttps://ai.instagantt.com/mcp - 4
チャット内で、メッセージボックスの「+」→ Connectors をクリックし、Instagantt をオンに切り替えます。ツールメニューにツールが表示され、使用できるようになります。
カスタムコネクターは、Free、Pro、Max、Team、Enterprise の各プランで利用可能です(Free は 1 つに制限されています)。コネクターメニューのない古いバージョンの Claude Desktop では、代わりに claude_desktop_config.json(Settings → Developer → Edit Config)で「npx mcp-remote https://ai.instagantt.com/mcp」を使用して、リモートサーバーをローカルにブリッジできます。
Cursor およびその他の MCP クライアント
すべての MCP 互換クライアントで動作します。このリモート HTTP サーバーを構成に追加してください:
{
"mcpServers": {
"instagantt": {
"type": "http",
"url": "https://ai.instagantt.com/mcp"
}
}
}MCPサーバーが公開するもの
2つのツール、認証不要。日付はYYYY-MM-DD形式を使用。依存関係は終了-開始(FS)型です。
create_gantt_chart
Generates a professional, interactive Gantt chart from structured project data and returns shareable URLs.
| パラメーター | 型 | 必須 | 説明 |
|---|---|---|---|
| title | string | はい | The project/chart title displayed in the header. |
| sections | array | はい | Top-level groups (project phases). Each section has a name and an array of tasks. |
| sections[].tasks[] | object | はい | Each task: id, name, start and due dates (YYYY-MM-DD), optional predecessors (finish-to-start dependency IDs), assigned users ({id, name}), and one level of subtasks. |
戻り値: A public snapshot URL of the interactive chart, an SVG image URL, a JSON URL with the full project data, and a chart ID + passcode for later changes.
delete_gantt_chart
Deletes a previously created Gantt chart.
| パラメーター | 型 | 必須 | 説明 |
|---|---|---|---|
| chart_id | string | はい | The chart ID returned when the chart was created. |
| passcode | string | はい | The passcode returned when the chart was created. |
戻り値: Confirmation that the chart was removed.
よくある質問
What is the Instagantt MCP server?
It's a remote Model Context Protocol (MCP) server at https://ai.instagantt.com/mcp that lets AI agents like Claude, ChatGPT, and Gemini create and manage professional Gantt charts programmatically — no browser automation or scraping needed.
Do I need an Instagantt account or API key?
No. Agents can create Gantt charts without an account and no API key is required. You only need an Instagantt account if you want to import the generated chart into your workspace to keep editing it.
What tools does the MCP server expose?
Two tools: create_gantt_chart, which generates a chart from a title and sections of tasks with dates, finish-to-start dependencies, and assignees, returning a public URL, an SVG image, and a JSON export; and delete_gantt_chart, which removes a chart using its ID and passcode.
Which AI assistants and agents work with it?
Any MCP-compatible client: Claude and Claude Code, ChatGPT, Cursor, Gemini-based agents, and open-source agent frameworks that speak the Model Context Protocol.
How do I add Instagantt to Claude Code?
Run a single command in your terminal: claude mcp add --transport http instagantt https://ai.instagantt.com/mcp — then verify with claude mcp list (you should see “✔ Connected”). No API key or sign-in is needed. Type /mcp inside Claude Code to see the server and its tools.
How do I add Instagantt to Claude Desktop?
Open Claude Desktop → Settings → Connectors → “Add custom connector”, name it Instagantt, and paste the remote MCP server URL https://ai.instagantt.com/mcp. Leave the OAuth fields blank — no authentication is required. Then enable Instagantt from the “+” menu in any chat.
What does create_gantt_chart return?
A public snapshot URL showing the interactive chart in a browser, an SVG image URL for embedding, a JSON URL with the full project data, and a chart ID and passcode the agent can use to delete or recreate the chart later.
Can I import an agent-created chart into Instagantt?
Yes. The public chart view includes a one-click import into your Instagantt account, where you can keep refining the plan with the full editor, collaborate with your team, and sync with Asana.