Hi everyone, we’re thrilled by the excitement around the Atlassian Remote MCP Server beta that we launched recently.
Many of you shared the feedback that it would be helpful to be able to use the MCP server from your IDEs or other desktop apps. Our team has been hard at work to address this, and today we're happy to share that we just shipped an update to the MCP server that now allows local clients to connect to it!
Connecting to our remote MCP server from a local application requires the following dependencies that are not owned by Atlassian -
Take Claude Desktop as an example, you can find its MCP configuration file from the "Developer" tab in its settings dialog.
To setup connection to the Atlassian Remote MCP Server beta, you can use the following configuration -
{
"mcpServers": {
"atlassian": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse"]
}
}
}
Each application's configuration flow for MCP servers can vary, so please follow the instructions from the app you are using as the source of truth.
If you have any feedback, suggestions or questions, please visit our support portal here.
Kun Chen
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
53 comments