atlassian-browser-mcp
rowser-backed MCP wrapper for mcp-atlassian with Playwright SSO auth. Enables AI tools to access Atlassian Server/Data Center instances behind corporate SSO (Okta, SAML, ADFS) where API tokens are not available.
atlassian-browser-mcp
MCP server that wraps the upstream mcp-atlassian toolset with browser-cookie authentication via Playwright. Designed for Atlassian Server/Data Center instances behind corporate SSO (Okta, SAML, etc.) where API tokens are not available.
How it works
- On first use (or when the session expires), Playwright opens a real Chromium window for manual SSO/MFA
- After login, cookies are saved to a Playwright storage-state file
- All subsequent MCP tool calls use those cookies via a custom
requests.Sessionsubclass - If an API response looks like an SSO redirect, the browser reopens automatically
The server monkey-patches JiraClient and ConfluenceClient constructors in mcp-atlassian to inject the browser-backed session, giving full parity with the upstream tool surface (72 tools + 1 atlassian_login helper = 73 total).
Files
| File | Purpose |
|---|---|
atlassian_browser_mcp_full.py | Entrypoint. Patches upstream clients, registers atlassian_login tool, runs the MCP server |
atlassian_browser_auth.py | Shared auth: BrowserCookieSession, interactive_login(), SSO detection |
run-atlassian-browser-mcp.sh | Launcher: creates venv, installs deps via uv, runs compatibility check, starts server |
pyproject.toml | Dependency pins |
Usage
./run-atlassian-browser-mcp.sh
Or configure as an MCP server in your editor (Cursor, Claude Code, etc.) pointing to the launcher script.
Environment variables
| Variable | Default | Description |
|---|---|---|
JIRA_URL | (required) | Jira base URL (e.g. https://jira.example.com) |
CONFLUENCE_URL | (required) | Confluence base URL (e.g. https://confluence.example.com) |
ATLASSIAN_BROWSER_AUTH_ENABLED | true | Enable browser auth (set false to fall back to token auth) |
ATLASSIAN_BROWSER_PROFILE_DIR | ./.atlassian-browser-profile | Persistent Chromium profile directory |
ATLASSIAN_STORAGE_STATE | ./.atlassian-browser-state.json | Playwright storage-state file |
ATLASSIAN_LOGIN_TIMEOUT_SECONDS | 300 | Seconds to wait for manual login |
ATLASSIAN_USERNAME | (none) | Optional: prefill username on SSO page |
ATLASSIAN_SSO_MARKERS | (auto) | Comma-separated URL/text markers for SSO redirect detection. Defaults cover Okta, ADFS, Azure AD, PingOne, Google SAML |
TOOLSETS | all | Which upstream toolsets to enable |
Requirements
- Python 3.12+
- uv (for dependency management)
- Chromium (installed automatically by Playwright)
- Network access to your Atlassian instance
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
third-eye-mcp
Privacy-first screen capture MCP server for AI coding agents. Let Claude, Cursor, or any MCP-compatible AI see your screen with full control.
Smithery Reference Servers
A collection of reference implementations for Model Context Protocol (MCP) servers in Typescript and Python, demonstrating MCP features and SDK usage.
Command-Line MCP Server
A secure MCP server for executing terminal commands with controlled directory access and command permissions.
AKF — The AI Native File Format
EXIF for AI. AKF embeds trust scores, source provenance, and compliance metadata into every file your AI touches — DOCX, PDF, images, code, and 20+ formats. 9 MCP tools: stamp, inspect, trust, audit, scan, embed, extract, detect. Audit against EU AI Act, SOX, HIPAA, NIST in one command.
Sherlog MCP Server
A persistent IPython workspace for data analysis, log processing, and multi-agent collaboration.
Everything MCP Server
A test server that demonstrates all features of the MCP protocol, including prompts, tools, resources, and sampling.
HandMirrorMcp
A Model Context Protocol (MCP) server for .NET assembly and NuGet package inspection
Oso Cloud MCP Server
Understand, develop, and debug authorization policies in Oso Cloud.
MCP Read Images
Analyze images using OpenRouter's vision models. Requires an OpenRouter API key.
ShellAgent
An MCP server for executing shell commands, requiring Node.js 18 or newer.