jira-mcp
MCP server for Jira Server/Data Center, enabling issue management, comments, attachments, JQL search, and more through natural language.
README
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
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.