PluginBench
MCP Server
Maintained
Apache-2.0

io.github.deepwired/mcp-jira-scoped MCP Server

io.github.deepwired/mcp-jira-scoped

What is the io.github.deepwired/mcp-jira-scoped MCP server?

Jira MCP server with scoped API tokens via api.atlassian.com gateway

How to install io.github.deepwired/mcp-jira-scoped

Copy-paste configuration for popular MCP clients.

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

    Jira instance name (e.g. 'mycompany' for mycompany.atlassian.net)

  • JIRA_USER_EMAIL
    required

    Email associated with the API token

  • JIRA_API_TOKEN
    required
    secret

    Scoped API token from https://id.atlassian.com/manage-profile/security/api-tokens

  • JIRA_SCOPES

    Comma-separated scopes: read:jira-work, write:jira-work, read:jira-user, read:me. Defaults to read:jira-work

  • JIRA_CLOUD_ID

    Atlassian Cloud ID (auto-fetched if not set). Find at https://yoursite.atlassian.net/_edge/tenant_info

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-jira-scoped": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-scoped"
      ],
      "env": {
        "JIRA_INSTANCE": "<YOUR_JIRA_INSTANCE>",
        "JIRA_USER_EMAIL": "<YOUR_JIRA_USER_EMAIL>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
        "JIRA_SCOPES": "<YOUR_JIRA_SCOPES>",
        "JIRA_CLOUD_ID": "<YOUR_JIRA_CLOUD_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-jira-scoped": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-scoped"
      ],
      "env": {
        "JIRA_INSTANCE": "<YOUR_JIRA_INSTANCE>",
        "JIRA_USER_EMAIL": "<YOUR_JIRA_USER_EMAIL>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
        "JIRA_SCOPES": "<YOUR_JIRA_SCOPES>",
        "JIRA_CLOUD_ID": "<YOUR_JIRA_CLOUD_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-jira-scoped": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-scoped"
      ],
      "env": {
        "JIRA_INSTANCE": "<YOUR_JIRA_INSTANCE>",
        "JIRA_USER_EMAIL": "<YOUR_JIRA_USER_EMAIL>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
        "JIRA_SCOPES": "<YOUR_JIRA_SCOPES>",
        "JIRA_CLOUD_ID": "<YOUR_JIRA_CLOUD_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-jira-scoped": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-scoped"
      ],
      "env": {
        "JIRA_INSTANCE": "<YOUR_JIRA_INSTANCE>",
        "JIRA_USER_EMAIL": "<YOUR_JIRA_USER_EMAIL>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
        "JIRA_SCOPES": "<YOUR_JIRA_SCOPES>",
        "JIRA_CLOUD_ID": "<YOUR_JIRA_CLOUD_ID>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-jira-scoped --env JIRA_INSTANCE=<YOUR_JIRA_INSTANCE> --env JIRA_USER_EMAIL=<YOUR_JIRA_USER_EMAIL> --env JIRA_API_TOKEN=<YOUR_JIRA_API_TOKEN> --env JIRA_SCOPES=<YOUR_JIRA_SCOPES> --env JIRA_CLOUD_ID=<YOUR_JIRA_CLOUD_ID> -- npx -y mcp-jira-scoped

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →