Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Jira Aio

FreeNot checked

Jira Aio — Model Context Protocol server

GitHubEmbed

About

Jira Aio — Model Context Protocol server

README

A Model Context Protocol (MCP) server for interacting with Jira AIO (All-in-One) Test Case Management System.

Features

  • Get test case details from AIO
  • Search test cases by project and/or folders
  • Get folder structure of a project
  • Get list of all projects in AIO

Prerequisites

  • Node.js
  • Access to a Jira instance with AIO Test Case Management System
  • Jira API token

Installation

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build

Configuration

The server requires configuration through mcp.json. You can place this file either:

  • In your home directory: ~/.cursor/mcp.json
  • In the project root directory

Example mcp.json configuration:

{
  "jira-aio": {
    "command": "node",
    "args": ["/path/to/aio-server-mcp/build/index.js"],
    "env": {
      "JIRA_URL": "https://your-jira-instance:port",
      "JIRA_TOKEN": "your-base64-encoded-token"
    }
  }
}

Configuration Parameters

  • JIRA_URL: The URL of your Jira instance (including port if necessary)
  • JIRA_TOKEN: Your Jira API token for authentication

Available Tools

1. get_aio_testcase

Get detailed information about a specific test case.

  • Parameters:
    • projectKey: Project key in AIO (e.g., "AT")
    • testCaseKey: Test case key (e.g., "AT-TC-9")

2. search_aio_testcase

Search for test cases within a project and specific folders.

  • Parameters:
    • projectId: Project ID in AIO (e.g., 11502)
    • folderIds: (Optional) Array of folder IDs to search within

3. get_aio_folders

Retrieve the folder structure of a project.

  • Parameters:
    • projectId: Project ID in AIO (e.g., 11502)

4. get_aio_projects

Get a list of all available projects in AIO.

  • No parameters required

Error Handling

The server includes comprehensive error handling for:

  • API request failures
  • Authentication issues
  • Invalid configurations
  • Missing required parameters

Security

  • The server uses bearer token authentication
  • HTTPS connections are supported
  • Sensitive configuration can be provided through environment variables

Development

The server is built using:

  • TypeScript
  • Model Context Protocol SDK
  • Axios for HTTP requests

from github.com/qamary666/jira-aio-mcp-server

Installing Jira Aio

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/qamary666/jira-aio-mcp-server

FAQ

Is Jira Aio MCP free?

Yes, Jira Aio MCP is free — one-click install via Unyly at no cost.

Does Jira Aio need an API key?

No, Jira Aio runs without API keys or environment variables.

Is Jira Aio hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Jira Aio in Claude Desktop, Claude Code or Cursor?

Open Jira Aio on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Jira Aio with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All productivity MCPs