taskmaster-mcp
Allows interaction with Jira Cloud REST API to manage issues, including fetching tickets, creating issues, transitioning statuses, adding comments, handling attachments, searching with JQL, and generating AI-powered ticket content.
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., "@taskmaster-mcpshow me ticket PROJ-123"
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.
taskmaster-mcp
A TypeScript MCP server that gives Claude, Cursor and other MCP hosts a set of Jira tools. Built on FastMCP + Express. This is a trimmed-down version of something we actually run internally.
Treat this as your first week on the team: get it running, poke around, find something worth improving, and ship it as a pull request.
We haven't told you what to build. Deciding that is part of the exercise.
1. Make your own copy
Use the template — don't fork.
On the repo page, click Use this template → Create a new repository.
Name it whatever you like.
Set the visibility to Private.
Create the repository.
Then add @joethompson-cintra, @dave-r-cintra and connorb-cintra as collaborators: your repo → Settings → Collaborators → Add people.
Related MCP server: JIRA MCP Server
2. Get a Jira instance
You'll need your own Jira Cloud site — the free tier takes about five minutes and doesn't need a card.
Sign up at atlassian.com/software/jira/free.
Create a project. A Scrum template gives you a backlog and sprint board, which
next_jira_taskexpects. Note the project key (e.g.PROJ).Generate an API token at id.atlassian.com/manage-profile/security/api-tokens.
Spend a couple of minutes creating issues with a mix of types, statuses and priorities, plus a subtask and an epic link. Several tools walk those relationships and an empty board won't show you much.
3. Run it
Requires Node 22+.
npm install
cp example.env .env # fill in your Jira values
npm run dev # http://localhost:3000JIRA_API_URL=https://your-domain.atlassian.net
JIRA_EMAIL=the-email-you-signed-up-with@example.com
JIRA_API_TOKEN=<token from step 3 above>
JIRA_PROJECT=<your project key, e.g. PROJ>
ALLOW_UNAUTHENTICATED_LOCAL=trueFour tools call Claude for ticket content — add ANTHROPIC_API_KEY from
console.anthropic.com if you want those. The
others work without it.
Connect an MCP client
Point the client at http://localhost:3000/mcp.
Claude Code:
claude mcp add --transport http taskmaster http://localhost:3000/mcpCursor — in .cursor/mcp.json:
{
"mcpServers": {
"taskmaster": {
"url": "http://localhost:3000/mcp"
}
}
}With ALLOW_UNAUTHENTICATED_LOCAL=true, localhost requests use your .env
credentials. Try the tools out properly before you write any code — most of what's
interesting here only shows up once you've used the thing.
curl -s http://localhost:3000/health4. Build something
Pick a feature or improvement you think the project should have, and implement it.
Good choices tend to be things you noticed while using it — a rough edge, a gap in the tool coverage, something that broke when you fed it real data. We're more interested in a small, well-judged, complete change than a large half-finished one.
Work in a branch and open a pull request against main in your own repo. Don't
merge it — leave it open for us to review.
Your PR description should cover
What you built, briefly.
Why you chose it over the other things you noticed.
Trade-offs you made, and anything you'd do differently with more time.
This matters as much as the code. A short, clear write-up beats a long one.
What we're looking for
Judgement | Did you pick something that genuinely improves the project, and can you say why? |
Craft | Does the change fit the codebase's existing patterns and conventions? |
Communication | Does the PR explain itself to someone who wasn't there? |
Tool use | How well do you work with AI — steering it, checking it, rejecting it? |
We won't be scoring you on the size of the diff.
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.
Related MCP Servers
- AlicenseCqualityCmaintenanceAn MCP server that enables AI assistants to interact with JIRA, allowing for querying issue details, creating and updating work items, and managing attachments through a standardized interface.Last updated124MIT
- AlicenseBqualityDmaintenanceProvides tools for AI assistants to interact with JIRA APIs, enabling them to read, create, update, and manage JIRA issues through standardized MCP tools.Last updated6423MIT
- Alicense-qualityBmaintenanceMCP server for interacting with Jira Cloud instances. Enables issue management, JQL queries, project and sprint management, and batch operations via natural language interfaces.Last updated2074MIT
- Alicense-qualityDmaintenanceComprehensive MCP server for Jira integration, enabling issue management, search, comments, attachments, and project metadata through 16 tools.Last updated462MIT
Related MCP Connectors
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
An MCP server that integrates with Discord to provide AI-powered features.
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Cintra-Payroll-HR/cintra-taskmaster-interview'
If you have feedback or need assistance with the MCP directory API, please join our Discord server