GA
甘特图 MCP 服务器
一个专为甘特图管理设计的模型上下文协议(MCP)服务器,允许AI助手通过标准化接口创建、管理和可视化甘特图项目与任务。
功能特点
- 项目管理
- 创建新的甘特图项目
- 列出所有现有项目
- 删除不需要的项目
- 任务管理
- 添加新任务到项目
- 更新任务信息(名称、描述、日期、负责人、进度)
- 删除任务
- 获取任务详情
- 可视化
- 生成交互式HTML甘特图
- 自动在浏览器中打开甘特图
使用指南
- 确保您的系统上安装了Python 3.10或更高版本。
- 确保安装了
uv工具,如果尚未安装,请参考uv官方安装指南进行安装。 - 克隆此仓库:
- 创建虚拟环境并安装依赖:
# 创建虚拟环境
uv venv
source .venv/bin/activate # Unix/macOS
# 或 .venv\\Scripts\\activate # Windows
# 安装依赖项
uv pip install -e .
- 运行服务器:
# 直接运行服务器
uv run run_server.py
- 确保数据目录存在(首次运行时):
mkdir -p data charts
与MCP Client集成
添加以下配置:
{
"mcpServers": {
"gantt-server": {
"command": "uv",
"args": [
"--directory",
"<完整路径到gantt-mcp-server目录>",
"run",
"run_server.py"
]
}
}
}
Transport:
stdio
Language: 
Created: 4/19/2025
Updated: 5/3/2025
Homepage:
https://github.com/Moss-G/Gantt-server Recommend MCP Servers 💡
builtwith
builtwith
A Model Context Protocol (MCP) server that integrates with BuiltWith's technology detection API, allowing AI assistants to identify the technology stack behind any website through natural language commands.
2025-05-05
bing-search-mcp
leehanchung
MCP Server for Bing Search API
2025-07-23
taiwan-cwa-mcp-server
stephen9412
一個與台灣中央氣象局 (CWA) API 對接的 Model Context Protocol (MCP) 伺服器,用於獲取台灣地區的天氣資料。
2025-04-14
writer-tool
jonathan-politzki
An open-source Model Context Protocol (MCP) server that connects Claude to your Substack and Medium writings, enabling semantic search and contextual understanding of your published content.
2025-04-10
NCBI Datasets MCP
GooTec
Model Context Protocol for the NCBI Datasets MCP server, following the MCP specification format.
2025-04-26
voice-mode
mbailey
VoiceMode MCP brings natural conversations to Claude Code
2025-06-08