Jira V7.10.0 Mcp
@zhouqia
About Jira V7.10.0 Mcp
link Jira v7.10.0
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jira": {
"type": "stdio",
"command": "python3.13",
"args": [
"-m",
"jira_mcp"
],
"env": {
"JIRA_BASE_URL": "https://jira.company.net",
"JIRA_USERNAME": "JIRA_USERNAME",
"JIRA_PASSWORD": "JIRA_PASSWORD"
}
}
}
}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 V7.10.0 Mcp?
Jira V7.10.0 Mcp is an MCP server that integrates with Jira Server v7.10.0 via its REST API v2, enabling AI assistants like Claude to perform project management and issue tracking operations through natural language commands.
How to use Jira V7.10.0 Mcp?
Clone the repository, set environment variables JIRA_BASE_URL, JIRA_USERNAME, and JIRA_PASSWORD, then register with Claude Code using claude mcp add --scope user jira -e ... -- python -m jira_mcp. For standalone testing, export the variables and run python -m jira_mcp. Communication happens over stdio.
Key features of Jira V7.10.0 Mcp
- Search issues using JQL queries.
- Create, update, and transition issues.
- Add and retrieve comments on issues.
- List projects, components, and versions.
- Access metadata: fields, issue types, priorities, statuses, resolutions.
- Retrieve Jira server version and deployment info.
Use cases of Jira V7.10.0 Mcp
- Search for issues in a project using natural language.
- Create new tasks, bugs, or stories with specified fields.
- Update issue status through workflow transitions.
- Assign issues and add comments for team collaboration.
- List project versions and components for release planning.
FAQ from Jira V7.10.0 Mcp
What Jira versions does this server support?
The server is built specifically for Jira Server v7.10.0 and uses REST API v2.
What authentication is required?
It uses HTTP Basic Auth with a Jira username and password.
What transport protocol does it use?
It communicates with MCP clients via stdio (standard input/output).
What are the runtime dependencies?
Python 3.10 or higher, and a Jira Server instance with valid credentials. Dependencies include httpx and the MCP SDK.
How can I test the server independently?
Set the required environment variables and run python -m jira_mcp directly from the project directory.
Frequently asked questions
What Jira versions does this server support?
The server is built specifically for Jira Server v7.10.0 and uses REST API v2.
What authentication is required?
It uses HTTP Basic Auth with a Jira username and password.
What transport protocol does it use?
It communicates with MCP clients via stdio (standard input/output).
What are the runtime dependencies?
Python 3.10 or higher, and a Jira Server instance with valid credentials. Dependencies include httpx and the MCP SDK.
How can I test the server independently?
Set the required environment variables and run `python -m jira_mcp` directly from the project directory.
Basic information
More Version Control MCP servers
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Comments