Jira MCP Server
@samuelrizzo
About Jira MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jira-mcp": {
"command": "node",
"args": [
"./dist/index.js"
],
"env": {
"JIRA_HOST": "",
"JIRA_EMAIL": "",
"JIRA_API_TOKEN": ""
}
}
}
}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?
A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with Jira, allowing users to manage projects, issues, and sprints through natural language commands.
How to use Jira MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, then configure the MCP server in your cursor/windsurf settings using environment variables for Jira host, email, and API token. Run the server via node ./dist/index.js.
Key features of Jira MCP Server
- List all accessible Jira projects
- Get detailed issue information by key
- Search issues by project and assignee
- List project members and check user membership
- Create new issues with custom fields
- List and query sprints with filtering
Use cases of Jira MCP Server
- Ask an AI assistant to show all Jira projects
- Retrieve and inspect details of a specific issue
- Find issues assigned to a team member in a project
- Create a new bug or task without leaving the chat
- Check active sprints for a board or project
FAQ from Jira MCP Server
What does Jira MCP Server do?
It acts as a bridge between MCP-compatible AI assistants (like Claude) and Jira, providing tools to list projects, get issues, search, create issues, and manage sprints.
What dependencies are required?
Node.js (TypeScript), and the npm package dependencies installed via npm install. The server uses MCP protocol.
How do I authenticate with Jira?
You need a Jira API token, your Atlassian account email, and your Jira domain host (e.g., your-domain.atlassian.net). Add these as environment variables in the MCP server configuration.
Where does my data stay?
All data stays within your Jira instance (Atlassian cloud). The server makes API calls to Jira on your behalf; no data is stored locally beyond temporary processing.
What transport does the server use?
The server communicates via the MCP protocol using standard input/output (stdin/stdout) when launched with the node command.
Frequently asked questions
What does Jira MCP Server do?
It acts as a bridge between MCP-compatible AI assistants (like Claude) and Jira, providing tools to list projects, get issues, search, create issues, and manage sprints.
What dependencies are required?
Node.js (TypeScript), and the npm package dependencies installed via `npm install`. The server uses MCP protocol.
How do I authenticate with Jira?
You need a Jira API token, your Atlassian account email, and your Jira domain host (e.g., your-domain.atlassian.net). Add these as environment variables in the MCP server configuration.
Where does my data stay?
All data stays within your Jira instance (Atlassian cloud). The server makes API calls to Jira on your behalf; no data is stored locally beyond temporary processing.
What transport does the server use?
The server communicates via the MCP protocol using standard input/output (stdin/stdout) when launched with the `node` command.
Basic information
More Version Control MCP servers
Bitbucket Server MCP
garc33GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Comments