yougile-mcp
A production-grade Model Context Protocol server for YouGile that lets AI agents read and manage projects, boards, tasks, employees, and more.
README
yougile-mcp
A production-grade Model Context Protocol server for YouGile — lets AI agents (Claude Desktop, Cursor, and any MCP client) read and manage your YouGile projects, boards, tasks, employees and more.
Unlike a thin API wrapper, this server ships full CRUD coverage, MCP resources and ready-made prompts, with retries, strict input validation, tests and CI.
Why this server
| Typical YouGile MCP wrapper | yougile-mcp | |
|---|---|---|
| API coverage | partial (a few resources) | all core resources (projects → webhooks) |
| MCP primitives | tools only | tools + resources + prompts |
| Input validation | minimal | Zod schemas on every tool |
| Reliability | single attempt | retry + backoff, 429/Retry-After aware |
| Tests / CI | none | unit + integration, GitHub Actions |
| Transports | stdio | stdio + Streamable HTTP |
Capabilities
Tools (44) — full list / get / create / update (soft-delete via update) for:
projects, boards, columns, tasks, users, departments, group_chats,
string_stickers, sprint_stickers, webhooks — plus task chat
(yougile_chat_list_messages, yougile_chat_send_message) and company
(yougile_company_get, yougile_company_update).
Resources — yougile://projects, yougile://users, and the template
yougile://board/{boardId} (a board with its columns).
Prompts — triage_board, create_task_from_note, standup_report, find_stale_tasks.
See docs/TOOLS.md for the full reference.
Quick start
You need a YouGile API key: YouGile → Settings → API, or via
POST https://yougile.com/api-v2/auth/keys.
# Run directly with npx
YOUGILE_API_KEY=your-key npx yougile-mcp
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"yougile": {
"command": "npx",
"args": ["-y", "yougile-mcp"],
"env": { "YOUGILE_API_KEY": "your-key" }
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"yougile": {
"command": "npx",
"args": ["-y", "yougile-mcp"],
"env": { "YOUGILE_API_KEY": "your-key" }
}
}
}
Configuration
All configuration is via environment variables (see .env.example):
| Variable | Required | Default | Description |
|---|---|---|---|
YOUGILE_API_KEY |
✅ | — | YouGile API bearer token |
YOUGILE_BASE_URL |
https://yougile.com/api-v2 |
API base URL (override for self-hosted) | |
YOUGILE_TIMEOUT_MS |
30000 |
Per-request timeout | |
YOUGILE_MAX_RETRIES |
3 |
Retries for 429/5xx/network | |
YOUGILE_MCP_TRANSPORT |
stdio |
stdio or http |
|
YOUGILE_MCP_HTTP_PORT |
3000 |
Port when transport=http |
HTTP transport
YOUGILE_API_KEY=your-key YOUGILE_MCP_TRANSPORT=http YOUGILE_MCP_HTTP_PORT=3000 npx yougile-mcp
# Stateless Streamable HTTP endpoint at POST http://localhost:3000/mcp
Development
npm install
npm run build # bundle to dist/ (tsup)
npm run typecheck # tsc --noEmit (strict)
npm run lint # eslint (type-checked)
npm test # vitest (unit + integration)
Architecture
src/
config.ts # env config, Zod-validated
client/ # typed YouGile API client
http.ts # fetch + timeout + retry/backoff
yougile.ts # resource namespaces (client.tasks.list(...))
types.ts errors.ts
tools/ # MCP tools (CRUD via a shared helper) + chat/company
resources/ # MCP resources (projects, users, board template)
prompts/ # MCP prompts (triage, standup, ...)
transport/http.ts # stateless Streamable HTTP
server.ts # factory: wires client + tools/resources/prompts
index.ts # bin entrypoint (stdio | http)
License
MIT © Ivan Tereshin
Русская версия
Production-grade сервер Model Context Protocol для YouGile. Позволяет AI-агентам (Claude Desktop, Cursor и любым MCP-клиентам) читать и управлять проектами, досками, задачами и сотрудниками в YouGile.
В отличие от тонкой обёртки над API, этот сервер даёт полное покрытие CRUD, MCP-ресурсы и готовые prompt-сценарии, с ретраями, строгой валидацией входных данных, тестами и CI.
Возможности
Инструменты (44) — полный list / get / create / update (мягкое удаление через
update) для ресурсов: projects, boards, columns, tasks, users, departments,
group_chats, string_stickers, sprint_stickers, webhooks. Плюс чат задачи
(yougile_chat_list_messages, yougile_chat_send_message) и компания
(yougile_company_get, yougile_company_update).
Ресурсы — yougile://projects, yougile://users и шаблон yougile://board/{boardId}
(доска со своими колонками).
Prompt-сценарии — triage_board (триаж доски), create_task_from_note (задача из
заметки), standup_report (отчёт-летучка), find_stale_tasks (поиск «застрявших» задач).
Быстрый старт
Нужен API-ключ YouGile: Настройки → API (или POST .../api-v2/auth/keys).
YOUGILE_API_KEY=ваш-ключ npx yougile-mcp
Конфигурация Claude Desktop / Cursor — см. блоки выше; все переменные окружения описаны в .env.example и таблице Configuration.
Лицензия
MIT © Иван Терешин
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。