Taiga MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Taiga MCP ServerList all my Taiga projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Taiga MCP Server
An MCP (Model Context Protocol) server that allows you to interact with Taiga using natural language. This server enables you to list your projects and create user stories within your chosen project.
Features
List all your Taiga projects
Get detailed information about a specific project
Create user stories within a project
List user stories in a project
Prerequisites
Node.js (v14 or higher)
npm
A Taiga account
Installation
Clone this repository:
git clone <repository-url> cd mcpTAIGAInstall dependencies:
npm installConfigure your Taiga credentials:
Edit the
.envfile and add your Taiga credentials:TAIGA_API_URL=https://api.taiga.io/api/v1 TAIGA_USERNAME=your_username TAIGA_PASSWORD=your_password #OPENAI_API_KEY=your_openai_api_key
Usage
Start the MCP server:
npm startThe server will start and listen for MCP requests via standard input/output.
If you don't use Claude Desktop, Cursor, Windsurf or any client to use the MCP server, you can setup the OPENAI_API_KEY in .env file and execute:
node openaiClient.jsConnecting to the MCP Server
You can connect to the MCP server using any MCP client, such as the MCP Inspector or by using the MCP client SDK.
Available Tools
The server provides the following tools:
authenticate- Authenticate with TaigalistProjects- List all your Taiga projectsgetProject- Get detailed information about a specific projectcreateUserStory- Create a new user story in a projectlistUserStories- List all user stories in a project
More coming soon...
Configuration example:
"taiga-mcp": {
"command": "node",
"args": ["C:\\path\\to\\mcpTAIGA\\src\\index.js"]
}With WSL:
"taiga-mcp": {
"command": "wsl.exe",
"args": [
"bash",
"-c",
"cd /home/user/mcpTAIGA && /usr/bin/node src/index.js"
]
}Example Prompts
Here are some example natural language prompts you can use with an LLM that supports MCP:
"List all my Taiga projects"
"Show me details about project X"
"Create a new user story in project Y with title 'Implement login feature'"
"Show me all user stories in project Z"
License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adriapedralbes/mcpTAIGA'
If you have feedback or need assistance with the MCP directory API, please join our Discord server