Connect AI Agents to GanttFather
Use the Model Context Protocol (MCP) to let your favorite AI coding assistant manage your GanttFather projects directly.
How it works
1. Generate a Token
Go to your project Settings tab in GanttFather and generate an agent access token.
2. Copy the Snippet
Choose your AI editor below and copy the JSON configuration block.
3. Start Building
Your AI agent can now create tasks, assign people, and manage your Gantt chart.
Recommended: OAuth Flow
If your editor supports OAuth-based MCP servers (like Claude Desktop), simply add this URL as a custom MCP server. You'll be prompted to authorize securely — no manual token needed.
https://mcp.ganttfather.com/ Token-Based Configuration
For editors without native OAuth support, generate an access token from your project Settings and paste it in the snippet below.
Add to your project settings or ~/.claude/settings.json
.claude.json
Add to .cursor/mcp.json in your project root
.cursor/mcp.json
Add to cline_mcp_settings.json
cline_mcp_settings.json
Add to ~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json
Add via Antigravity MCP settings panel
Settings > MCP Servers
{
"mcpServers": {
"ganttlite": {
"type": "sse",
"url": "https://mcp.ganttfather.com/",
"headers": {
"Authorization": "Bearer YOUR_ACCESS_TOKEN"
}
}
}
} Replace YOUR_ACCESS_TOKEN with the token generated from your project's Settings page.
What can AI Agents do?
📋 Task Management
Create, update, and organize tasks. Set priorities, dates, and track progress.
👥 Team Coordination
Assign tasks to team members, view workload distribution, and manage resources.
📊 Project Overview
Query project status, list tasks by status, and get progress summaries.
🔄 Real-Time Updates
Changes made by the AI agent are instantly reflected in the GanttFather UI.
Ready to connect your AI agent?
Sign in to generate your access token and start building.
Get Started