Model Context Protocol server for Jira integration
Jira context mcp mcp server lets Claude, Cursor and other MCP clients work with Jira Context MCP directly. Model Context Protocol server for Jira integration.
A Model Context Protocol (MCP) implementation for Jira that allows you to:
Once connected, the assistant can call these 3 tools directly:
Prerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverBuild — The Build tool exposed by this serverThe server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 2 environment variables: JIRA_BASE_URL, JIRA_API_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Jira Context MCP sits in that group, and the shape of its toolset — Prerequisites, Installation, Build — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Build | The Build tool exposed by this server. |
{
"mcpServers": {
"jira-context": {
"command": "npx",
"args": ["-y", "@smithery/cli"],
"env": {
"JIRA_BASE_URL": "your-value",
"JIRA_API_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| JIRA_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| JIRA_API_TOKEN | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.