yougile-mcp
@nebelov/yougile-mcp
An MCP server for the YouGile task tracker covering API v2: projects, boards, tasks, chats, users, stickers and webhooks
Install
npx @nebelov/yougile-mcp --setupLogs into YouGile, gets a key and writes the client config.
This is third-party code. Review the repository files before installing.
What it does
The server gives an agent tools for every section of the YouGile API. The agent creates projects, boards, columns and tasks with descriptions, posts in task chats, manages users, departments, roles and stickers, and configures webhooks. The --setup command logs into YouGile, gets an API key and writes the config for your client. The package includes a SKILL.md with practices for using YouGile through an agent, and HTTP mode is documented for ChatGPT.
Who it is for. For teams and project managers who track work in YouGile and want to organize it through an agent.
Good fit when
- You need to build a project structure with boards and tasks from a plan
- You need bulk updates to tasks or stickers
- You want a summary of project tasks and chats
Not a fit when
- The agent must not be able to change company users and roles
- You need to edit chat message text, which the API does not allow
Example request
Create a YouGile project «Запуск сайта» with boards per stage and tasks from this planLimitations
Requires a YouGile API key with company-wide access, and the README offers no way to limit tools. Deletion in the API is mostly soft via a deleted flag. For ChatGPT the author offers a hosted you-mcp.com server, a third-party service that proxies YouGile requests. The repository was last updated in February 2026.
How to disable. Remove the yougile entry from the client config and revoke the API key in YouGile settings.
MCP
- Transport
- stdio, http
- Authentication
- API key
| Environment variables | |
|---|---|
| YOUGILE_API_KEY required, secret | YouGile API key |
| YOUGILE_API_HOST_URL | Custom API URL, defaults to https://yougile.com/api-v2 |
Security check
- Changes live company data in YouGile: tasks, users, roles
- The API key grants company-wide access
README in short
The README offers auto-setup and ready configs for Claude Code, Claude Desktop, Gemini CLI and VS Code. It describes two ways to connect ChatGPT: a hosted server and ngrok. A table lists tool modules, and a section explains YouGile API quirks: soft delete, pagination and field formats. A Russian README is included. MIT licensed.
FAQ
Where do I get an API key?
In YouGile settings under API, or via --setup, which fetches a key after login.
Can it work with ChatGPT?
Yes, via the author's hosted server or your own run with --http and an ngrok tunnel.
Related
A CLI for every Google Workspace API with JSON output and agent skills: Drive, Gmail, Calendar, Sheets and more
Local search over Markdown notes, docs and meeting transcripts: keywords, semantic search and reranking, with an MCP server
A task manager for AI-driven development: breaks a PRD into dependent tasks and guides the agent through them via MCP or CLI
Anthropic's official plugins for knowledge work roles: sales, support, product, marketing, legal, finance, data and enterprise search