jira-aio-mcp-server
Enables to interact with Jira AIO Test Case Management System, allowing retrieval of test cases, projects, folders, and search functionality.
README
AIO MCP Server
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
- Clone the repository
- Install dependencies:
npm install
- 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.