Skip to content
VS Code

jira mcp server for VS Code

io.github.friendlygeorge/jira-mcp-server

MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr...

client:VS Code transport:stdio runtime:npm

Install jira mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "jira-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@supernova123/jira-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

jira mcp server in other clients