PluginBench
MCP Server
Active
MIT

io.github.b1ff/atlassian-dc-mcp-jira MCP Server

io.github.b1ff/atlassian-dc-mcp-jira

What is the io.github.b1ff/atlassian-dc-mcp-jira MCP server?

MCP server for Atlassian Jira Data Center - search, view, and create issues

How to install io.github.b1ff/atlassian-dc-mcp-jira

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ATLASSIAN_DC_MCP_CONFIG_FILE

    Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.

  • JIRA_HOST

    Jira host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_API_BASE_PATH.

  • JIRA_API_BASE_PATH

    Jira API base path (alternative to JIRA_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_HOST.

  • JIRA_API_TOKEN
    secret

    Jira Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "atlassian-dc-mcp-jira": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/jira"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "JIRA_HOST": "<YOUR_JIRA_HOST>",
        "JIRA_API_BASE_PATH": "<YOUR_JIRA_API_BASE_PATH>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "atlassian-dc-mcp-jira": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/jira"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "JIRA_HOST": "<YOUR_JIRA_HOST>",
        "JIRA_API_BASE_PATH": "<YOUR_JIRA_API_BASE_PATH>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "atlassian-dc-mcp-jira": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/jira"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "JIRA_HOST": "<YOUR_JIRA_HOST>",
        "JIRA_API_BASE_PATH": "<YOUR_JIRA_API_BASE_PATH>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "atlassian-dc-mcp-jira": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/jira"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "JIRA_HOST": "<YOUR_JIRA_HOST>",
        "JIRA_API_BASE_PATH": "<YOUR_JIRA_API_BASE_PATH>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add atlassian-dc-mcp-jira --env ATLASSIAN_DC_MCP_CONFIG_FILE=<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE> --env JIRA_HOST=<YOUR_JIRA_HOST> --env JIRA_API_BASE_PATH=<YOUR_JIRA_API_BASE_PATH> --env JIRA_API_TOKEN=<YOUR_JIRA_API_TOKEN> -- npx -y @atlassian-dc-mcp/jira

Related MCP servers

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

79
TypeScript
MIT
View repository →

MCP server for Atlassian Confluence Data Center - access and manage content

79
TypeScript
MIT
View repository →