jira-mcp
Provides tools for managing Jira issues (get, create, update, delete, search, transitions), comments, attachments, links, votes, watchers, projects, users, and JQL queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jira-mcpsearch for issues assigned to me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jira MCP Server
Status: Getestet
MCP Server for Jira Server/Data Center.
Setup
Install dependencies:
cd JIRA-MCP
pip install -e .Configure
config.json:
{
"jira": {
"base_url": "https://jira.example.com",
"token": "YOUR_PERSONAL_ACCESS_TOKEN",
"verify_ssl": true
},
"server": {
"name": "jira-mcp",
"version": "1.0.0"
}
}Get a Personal Access Token from Jira:
Go to Profile → Personal Access Tokens
Create a new token with appropriate permissions
Related MCP server: Jira Cloud MCP Server
Claude Desktop Integration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"jira": {
"command": "python",
"args": ["-m", "jira_mcp.server"],
"cwd": "/path/to/JIRA-MCP"
}
}
}Available Tools
Issues
issue_get- Get issue by keyissue_create- Create new issueissue_update- Update issueissue_delete- Delete issueissue_search- JQL searchissue_transitions- Get available transitionsissue_transition- Change status
Comments
comment_list- List commentscomment_add- Add commentcomment_update- Edit commentcomment_delete- Delete comment
Attachments
attachment_list- List attachmentsattachment_add- Upload fileattachment_delete- Delete attachment
Links
link_create- Link issueslink_delete- Remove linkremotelink_list- List remote linksremotelink_add- Add remote linkremotelink_delete- Remove remote link
Votes & Watchers
vote_add/vote_removewatcher_list/watcher_add/watcher_remove
Bulk
bulk_edit- Edit multiple issues
Projects
project_list- List projectsproject_get- Get project detailsproject_components- Get componentsproject_versions- Get versionsproject_roles- Get roles
Users
user_search- Search usersuser_picker- Autocompletemyself- Current user info
Types (readonly)
issuetype_listpriority_listresolution_listlinktype_list
JQL & Labels
jql_validate- Validate JQLlabel_list- List labels
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server for integrating with Jira Server instances, enabling natural language interactions to create, update, search, and manage issues and comments.Last updated921MIT
- Alicense-qualityBmaintenanceMCP server for interacting with Jira Cloud instances. Enables issue management, JQL queries, project and sprint management, and batch operations via natural language interfaces.Last updated2404MIT
- Alicense-qualityDmaintenanceMCP server for JIRA integration enabling issue management, search, comments, and linking via natural language.Last updatedApache 2.0
- AlicenseAqualityAmaintenanceMCP server for Jira Cloud enabling issue tracking, comments, transitions, and attachments management through natural language.Last updated5MIT
Related MCP Connectors
Official Microsoft MCP Server to query Microsoft Entra data using natural language
GibsonAI MCP server: manage your databases with natural language
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Soundhannes/JIRA-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server