nguyenvanduocit/jira-mcp
A Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow transitions.
Platform-specific configuration:
{
"mcpServers": {
"jira-mcp": {
"command": "npx",
"args": [
"-y",
"jira-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...