A Jira integration that allows LLMs to act as project managers and personal assistants for teams.
A simple Model Context Protocol (MCP) server for Jira that allows LLMs to act as project managers and personal assistants for teams using Jira.
cd mcp-jira-implementation/mcp-jira
pip install -e .
.env
:JIRA_URL=https://your-domain.atlassian.net
JIRA_USERNAME=your.email@domain.com
JIRA_API_TOKEN=your_api_token
PROJECT_KEY=PROJ
DEFAULT_BOARD_ID=123
python -m mcp_jira.simple_mcp_server
"Create a high priority bug for the login system not working properly"
"What's our current sprint status?"
"Show me the team workload for john.doe, jane.smith, mike.wilson"
"Generate today's standup report"
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"mcp-jira": {
"command": "python",
"args": ["-m", "mcp_jira.simple_mcp_server"],
"cwd": "/path/to/mcp-jira"
}
}
}
The server follows the standard MCP protocol and works with any MCP-compatible client.
JIRA_URL
- Your Jira instance URLJIRA_USERNAME
- Your Jira username/emailJIRA_API_TOKEN
- Your Jira API tokenPROJECT_KEY
- Default project key for operationsDEFAULT_BOARD_ID
- Default board for sprint operationsDEBUG_MODE
- Enable debug logging (default: false)LOG_LEVEL
- Logging level (default: INFO)This implementation prioritizes simplicity:
"No active sprint found"
DEFAULT_BOARD_ID
is set correctlyAuthentication errors
Permission errors
Set DEBUG_MODE=true
in your .env
file for detailed logging.
MIT License - see LICENSE file
Provides Taiwan national holidays and compensatory workday information. Data is fetched and cached automatically.
Manage notes and files in an Obsidian vault. Requires the Obsidian Local REST API plugin.
Converts Markdown text into HTML compatible with WeChat official accounts using an external API key.
A GitHub-integrated project management server for Claude Desktop, requiring a personal access token.
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Capture screenshots and read the clipboard on Windows from within a WSL environment.
A server that facilitates structured, progressive thinking through defined stages.
Integrates the YOURLS URL shortening service with Claude Desktop.
A Chrome extension that integrates MCP tools with AI platforms like ChatGPT and Gemini, allowing users to execute tools and insert results directly into conversations.
Interact with the Coda API to manage documents and pages, including creating, reading, updating, and deleting.