Skip to main content
Glama
tinyc0der

atlassian-browser-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_URLYesJira base URL (e.g. https://yourco.atlassian.net)
TOOLSETSNoWhich upstream toolsets to enableall
CONFLUENCE_URLYesConfluence base URL (e.g. https://yourco.atlassian.net). For Cloud (*.atlassian.net) the /wiki context path is appended automatically
ATLASSIAN_SSO_MARKERSNoComma-separated URL/text markers for SSO redirect detection. Defaults cover Okta, ADFS, Azure AD, PingOne, Google SAML
ATLASSIAN_STORAGE_STATENoCookie-jar file. Per-service by default; an explicit value is still namespaced per service./.atlassian-browser-state-{service}.json
ATLASSIAN_BROWSER_USER_AGENTNoCustom User-Agent string for API requests and liveness probesChrome 136
ATLASSIAN_BROWSER_AUTH_ENABLEDNoEnable browser-cookie auth (set false to fall back to token auth)true

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
atlassian_loginA

Report how to authenticate. Cookies are captured OUT-OF-BAND.

This tool intentionally does NOT open a browser or drive Playwright (removed entirely): a sync browser login inside the async-dispatched MCP server deadlocks the event loop and hung the server. Instead, capture cookies with the Chrome extension (chrome-extension/) and load them via the CLI:

atlassian-cli import ~/Downloads/atlassian-cookies.json

Once the jar is saved, the server's tools reuse it automatically — no browser is ever opened from within the server.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tinyc0der/atlassian-cookie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server