Back to Home
dongitran icon

Jira-Oauth-Token-Generator

Verified Safe

by dongitran

Overview

Generate OAuth credentials for Jira MCP Server to enable AI tools like Claude and Cursor to interact with Jira by simplifying the complex OAuth 2.0 flow into a click-and-copy process.

Installation

Run Command
npm start

Environment Variables

  • JIRA_ATLASSIAN_CLIENT_ID
  • JIRA_ATLASSIAN_CLIENT_SECRET
  • JIRA_REDIRECT_URI
  • PORT
  • ALLOWED_WORKSPACE

Security Notes

The server implements several good security practices: using UUID for CSRF protection ('state' parameter), deleting session data after use, loading sensitive credentials from environment variables, and offering optional workspace validation for enterprise use. It is stateless and does not store sensitive data persistently. The generated tokens are displayed in the browser for manual copy-pasting, which is inherent to its function, but users are explicitly warned about handling them securely. No 'eval' or malicious patterns were found.

Similar Servers

Stats

Interest Score31
Security Score9
Cost ClassLow
Stars1
Forks0
Last Update2025-11-25

Tags

jiraatlassianoauthtoken-generatormcpauthenticationcredentials