MCP server for Atlassian Jira and Confluence integration
Integrate AI assistants with Jira and Confluence. Access issues, search content, manage sprints, get standup summaries, and track boards.
{
"mcpServers": {
"jira": {
"mcpServers": {
"jira-confluence": {
"env": {
"JIRA_URL": "https://yourcompany.atlassian.net",
"JIRA_USERNAME": "your-email@company.com",
"CONFLUENCE_URL": "https://yourcompany.atlassian.net/wiki",
"JIRA_API_TOKEN": "YOUR_API_TOKEN",
"CONFLUENCE_USERNAME": "your-email@company.com",
"CONFLUENCE_API_TOKEN": "YOUR_API_TOKEN"
},
"args": [
"mcp-jira-confluence"
],
"command": "uvx"
}
}
}
}
}