Jira MCP Server
@MCP-Mirror
About Jira MCP Server
Mirror of
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 a bridge that lets you interact with Jira using natural language through the Model Context Protocol (MCP). It is built for teams using Claude Desktop to manage project tasks such as issue creation, updates, and workflow automation.
How to use Jira MCP Server?
Install the server by cloning the repository, installing dependencies, and building with npm. Set the required environment variables (JIRA_HOST, JIRA_EMAIL, JIRA_API_TOKEN) in a .env file. Then add the server to your Claude Desktop configuration file to start using it.
Key features of Jira MCP Server
- Natural language Jira interaction via Claude Desktop
- Project creation and configuration
- Issue and subtask management with JQL filtering
- Issue linking and dependency tracking
- Automated issue workflows
- Field formatting with markdown support
Use cases of Jira MCP Server
- Delegate project management tasks to an AI assistant
- Automatically assign issues based on team expertise
- Create and update issues and subtasks via chat
- Track issue dependencies and linked items
FAQ from Jira MCP Server
What authentication is required?
You need a Jira API token created from https://id.atlassian.com/manage-profile/security/api-tokens, along with your Jira host and email.
What runtime dependencies does the server need?
Node.js and npm are required to build and run the server. The server communicates with your Jira instance via its REST API.
Where does data get stored?
The server does not store data locally; all issue and project information remains in your Jira instance.
Are there any known limits or errors?
The server provides detailed error messages for invalid issue keys, missing fields, permission issues, and Jira API rate limits.
How does the server communicate with Claude Desktop?
It is configured as an MCP server in the Claude Desktop configuration file, using the npm start command.
More Version Control MCP servers
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality

Git
modelcontextprotocolModel Context Protocol Servers
Github Mcp Server
githubGitHub's official MCP Server
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.

GitLab
modelcontextprotocolModel Context Protocol Servers
Comments