Jira MCP Sprinthealth MCP Server

Jira MCP Server with Browser OAuth Authentication for Smithery

Local serverstdioTypeScript

What is the Jira MCP Sprinthealth MCP server?

Most browser automation work still happens through a UI a human drives. Jira MCP Sprinthealth MCP server moves it into the conversation instead. Jira MCP Server with Browser OAuth Authentication for Smithery.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • oauth_status — Check authentication status
  • start_oauth — Launch browser authentication
  • test_jira_connection — Verify connection
  • jira_get_issue — Get issue details
  • jira_search — Search with JQL
  • list_projects — List accessible projects
  • help — Complete usage guide

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

What it needs from you

Configuration is passed through the environment: OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

How it compares

This sits in the browser automation group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Jira MCP Sprinthealth's toolset — oauth_status, start_oauth, test_jira_connection and 4 more — is a fair guide to whether it matches your workflow. It is maintained by CHIBOLAR; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
oauth_statusCheck authentication status
start_oauthLaunch browser authentication
test_jira_connectionVerify connection
jira_get_issueGet issue details
jira_searchSearch with JQL
list_projectsList accessible projects
helpComplete usage guide

Configuration

VariableDescriptionRequired
OAUTH_CLIENT_IDConfiguration value read at startup.Optional
OAUTH_CLIENT_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use Jira MCP Sprinthealth to oauth status.
  • Use Jira MCP Sprinthealth to start oauth.
  • Use Jira MCP Sprinthealth to test jira connection.

Frequently asked questions

It connects Jira MCP Sprinthealth to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (oauth_status, start_oauth, test_jira_connection, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Jira MCP Sprinthealth directly.