Manage Jira issues and projects
npx -y @modelcontextprotocol/server-jira-mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Manage Jira issues and projects.
{
"mcpServers": {
"jira": {
"command": "npx",
"args": ["-y", "@atlassian/mcp-server-jira"],
"env": {
"JIRA_URL": "https://your-org.atlassian.net",
"JIRA_EMAIL": "your-email",
"JIRA_API_TOKEN": "your-token"
}
}
}
}
MCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Jira MCP Server in your preferred AI coding tool.
claude_desktop_config.json