Skip to main content
Glama

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.

  1. On the repo page, click Use this templateCreate a new repository.

  2. Name it whatever you like.

  3. Set the visibility to Private.

  4. 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.

  1. Sign up at atlassian.com/software/jira/free.

  2. Create a project. A Scrum template gives you a backlog and sprint board, which next_jira_task expects. Note the project key (e.g. PROJ).

  3. 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:3000
JIRA_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=true

Four 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/mcp

Cursor — 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/health

4. 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.


F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    C
    maintenance
    An 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 updated
    12
    4
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides tools for AI assistants to interact with JIRA APIs, enabling them to read, create, update, and manage JIRA issues through standardized MCP tools.
    Last updated
    6
    42
    3
    MIT

View all related MCP servers

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.

View all MCP Connectors

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/Cintra-Payroll-HR/cintra-taskmaster-interview'

If you have feedback or need assistance with the MCP directory API, please join our Discord server