YouGile MCP
Yougile MCP Server
MCP server for YouGile: projects, boards, columns, tasks, users and task chats from the agent
Install
npm install
npm run buildRun inside a repository clone. Requires Node.js 20.19 or newer.
This is third-party code. Review the repository files before installing.
What it does
The server connects the agent to a YouGile workspace through API v2. The agent reads and creates projects, boards and columns, creates and updates tasks, moves them between columns and marks them completed or archived. A task can be found by a code like SAI-515, and get_user_tasks returns every task assigned to a person. Other tools read and post task chat messages and manage company users: invite, update and remove.
Who it is for. For teams tracking work in YouGile who want to create and triage tasks through an agent.
Good fit when
- You want a list of your tasks and their statuses
- You need to create tasks from meeting notes and place them in columns
- You want to comment on a task without opening YouGile
Not a fit when
- The agent must not be able to remove company users
- You need to filter tasks by project: the YouGile API does not support that filter
Example request
Show all my YouGile tasks and move SAI-515 to the Done columnLimitations
It needs a YouGile company API key. The package is not published, so the server is built from a clone with npm and started via yougile.cjs. The repository has no license.
How to disable. Delete the yougile-mcp block from the MCP client config. The API key can be removed in YouGile company settings.
MCP
- Transport
- stdio
- Authentication
- API key
| Environment variables | |
|---|---|
| YOUGILE_API_KEY required, secret | YouGile company API key |
| YOUGILE_API_HOST_URL | API host, https://yougile.com/api-v2/ by default |
| YOUGILE_USER_ID | Default user for the my-tasks list |
Security check
- Creates and changes tasks, boards and projects in the workspace
- Can invite and remove company users
- Requires a company API key
README in short
The README covers server capabilities, requirements, three ways to get an API key and how to find the company ID. It gives build steps and MCP config examples with the key in env or via a system variable. It has a section on the connection-closed error, the environment variables and the tool list by group: users, projects, tasks, boards, columns and task chat.
FAQ
Where do I get an API key?
In the YouGile configurator under API, or via a request to /api-v2/auth/keys with login, password and company ID.
What if I get Connection closed?
Make sure the config points to yougile.cjs rather than yougile.js and restart the client.
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