boardiq-jira-setup
v1.0.0
Published
Configure Claude Desktop to connect to Board Intelligence Jira
Maintainers
Readme
boardiq-jira-setup
Configure Claude Desktop to connect to the Board Intelligence Jira instance.
Quick Start
npx boardiq-jira-setupThis will:
- Ask for your Jira email
- Ask for your Jira API token
- Automatically configure Claude Desktop
- Back up your existing config (if any)
Prerequisites
- Claude Desktop installed
- Node.js 18 or higher
- A Board Intelligence Jira account
Getting Your API Token
- Go to: https://id.atlassian.com/manage-profile/security/api-tokens
- Click "Create API token"
- Give it a name like "Claude Desktop"
- Copy the token (you won't see it again)
After Setup
- Restart Claude Desktop (Cmd+Q on Mac, or quit from system tray on Windows)
- Open Claude Desktop
- Try asking: "Show me issues in project BPD"
Troubleshooting
"No MCP servers" or Jira commands don't work
- Make sure you completely quit and restarted Claude Desktop
- Check that Node.js is installed:
node --version - Run the setup again to reconfigure
"Authentication failed"
- Regenerate your API token and run setup again
- Make sure your email matches your Jira login exactly
Manual Setup
If you prefer to configure manually, see the manual setup guide.
