Jira MCP Server
@chuan-khuna
About Jira MCP Server
a simple mcp server for querying jira tasks
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jira-mcp-chuan-khuna": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jira MCP Server?
Jira MCP Server is an MCP server that allows querying tasks for assignees from Jira. It is intended for users who want to retrieve and summarize Jira issues via an MCP client.
How to use Jira MCP Server?
Configure the server in your MCP settings JSON with "command": "uv" and "args": ["--directory", "/path/to/project/", "run", "server.py"]. An example prompt to invoke it is: "Summarise tasks for <assignee> from <date>, limit pagination to 10 pages."
Key features of Jira MCP Server
- Query tasks by assignee.
- Filter tasks by a start date.
- Limit results with pagination (e.g., 10 pages).
Use cases of Jira MCP Server
- Summarise all tasks assigned to a specific person within a given date range.
- Retrieve a paginated list of Jira issues for a specific assignee and date.
FAQ from Jira MCP Server
How do I configure Jira MCP Server?
Use the MCP settings JSON with "command": "uv" and "args" pointing to the server.py file in the project directory.
How do I run Jira MCP Server in development mode?
Run the command uv run mcp dev server.py in your terminal.
What is an example prompt to use with Jira MCP Server?
An example prompt is: "Summarise tasks for <assignee> from <date>, limit pagination to 10 pages."
More Version Control MCP servers
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
Comments