Tools for Atlassian products (Confluence and Jira). This integration supports both Atlassian Cloud and Jira Server/Data Center deployments.
10K+
18
37 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
atlassian
to the mcpServers
section:{
"mcpServers": {
"atlassian": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CONFLUENCE_URL",
"-e",
"CONFLUENCE_USERNAME",
"-e",
"JIRA_URL",
"-e",
"JIRA_USERNAME",
"-e",
"CONFLUENCE_API_TOKEN",
"-e",
"CONFLUENCE_PERSONAL_TOKEN",
"-e",
"JIRA_API_TOKEN",
"-e",
"JIRA_PERSONAL_TOKEN",
"mcp/atlassian@sha256:85b5a316edf04eeee782647ed50edb61a365a59ebe2c8f9c241834061a7d0ad6"
],
"env": {
"CONFLUENCE_URL": "{{atlassian.confluence.url}}",
"CONFLUENCE_USERNAME": "{{atlassian.confluence.username}}",
"JIRA_URL": "{{atlassian.jira.url}}",
"JIRA_USERNAME": "{{atlassian.jira.username}}",
"CONFLUENCE_API_TOKEN": "your_api_token",
"CONFLUENCE_PERSONAL_TOKEN": "your_api_token",
"JIRA_API_TOKEN": "your_api_token",
"JIRA_PERSONAL_TOKEN": "your_api_token"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Atlassian
version: 1.0.1
schema: v1
mcpServers:
- name: Atlassian
command: docker
args:
- run
- --rm
- -i
- -e
- CONFLUENCE_URL
- -e
- CONFLUENCE_USERNAME
- -e
- JIRA_URL
- -e
- JIRA_USERNAME
- -e
- CONFLUENCE_API_TOKEN
- -e
- CONFLUENCE_PERSONAL_TOKEN
- -e
- JIRA_API_TOKEN
- -e
- JIRA_PERSONAL_TOKEN
- mcp/atlassian@sha256:85b5a316edf04eeee782647ed50edb61a365a59ebe2c8f9c241834061a7d0ad6
env:
CONFLUENCE_URL: "{{atlassian.confluence.url}}"
CONFLUENCE_USERNAME: "{{atlassian.confluence.username}}"
JIRA_URL: "{{atlassian.jira.url}}"
JIRA_USERNAME: "{{atlassian.jira.username}}"
CONFLUENCE_API_TOKEN: "your_api_token"
CONFLUENCE_PERSONAL_TOKEN: "your_api_token"
JIRA_API_TOKEN: "your_api_token"
JIRA_PERSONAL_TOKEN: "your_api_token"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
atlassian
to the mcpServers
section:{
"mcpServers": {
"atlassian": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CONFLUENCE_URL",
"-e",
"CONFLUENCE_USERNAME",
"-e",
"JIRA_URL",
"-e",
"JIRA_USERNAME",
"-e",
"CONFLUENCE_API_TOKEN",
"-e",
"CONFLUENCE_PERSONAL_TOKEN",
"-e",
"JIRA_API_TOKEN",
"-e",
"JIRA_PERSONAL_TOKEN",
"mcp/atlassian@sha256:85b5a316edf04eeee782647ed50edb61a365a59ebe2c8f9c241834061a7d0ad6"
],
"env": {
"CONFLUENCE_URL": "{{atlassian.confluence.url}}",
"CONFLUENCE_USERNAME": "{{atlassian.confluence.username}}",
"JIRA_URL": "{{atlassian.jira.url}}",
"JIRA_USERNAME": "{{atlassian.jira.username}}",
"CONFLUENCE_API_TOKEN": "your_api_token",
"CONFLUENCE_PERSONAL_TOKEN": "your_api_token",
"JIRA_API_TOKEN": "your_api_token",
"JIRA_PERSONAL_TOKEN": "your_api_token"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for