Integrates with Confluence and JIRA APIs to enable querying and management of Atlassian project data, documentation, and issues.
Log in to your Atlassian account
Create a new API token
- Click the "Create API token" button.
- Enter a label to identify the token's use (e.g., "MCP Confluence/Jira Integration").
- Click "Create".
Copy your API token
- Once the token is created, click "Copy" to copy the generated token. (You will not be able to see it again later.)
Get your Atlassian (Confluence) email address
- This is the email you use to sign in to Atlassian/Confluence.
Make note of your Confluence URL
- Format:
https://<YOUR_DOMAIN>.atlassian.net
(Optional) Make note of your Jira URL
- If you use Jira in conjunction with Confluence, this is usually the same as your Confluence URL (e.g.,
https://<YOUR_DOMAIN>.atlassian.net
).
Add environment variables in the FastMCP connection interface
- Click the "Install Now" button to open the FastMCP connection interface.
- Fill in the following environment values:
CONFLUENCE_URL
: Your Confluence URL (https://<YOUR_DOMAIN>.atlassian.net
)
JIRA_URL
: Your Jira URL (https://<YOUR_DOMAIN>.atlassian.net
)
CONFLUENCE_API_MAIL
: Your Atlassian email address
CONFLUENCE_API_KEY
: Paste the API token you copied in step 3
CONFLUENCE_IS_CLOUD
: Set to "true"
for Atlassian Cloud or "false"
if you use Server/Data Center
Save your settings in FastMCP.
You have now configured the Confluence communication server with the required API values.