Jira
About
Integrates with the Jira API to enable querying, creating, and modifying issues and projects, simplifying project tracking and management tasks.
Details
- Author
- alexeydubinin
- Repository
- alexeydubinin/hh-jira-mcp-server
- GitHub stars
- 2
- Downloads
- 3,744
- Categories
- Productivity, Project Management, Automation, AI, Design, Search, Security, Infrastructure, Frontend, API
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
JiraCommand (node, npx, python, etc.)uvxArguments-
Argument 1
hh-jira-mcp-server
Environment-
HH_JIRA_MCP_TEAM
some-team -
HH_JIRA_MCP_USER
v.pupkin -
HH_JIRA_MCP_SEARCH_FILTER
status in ("Development: In progress")
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Claude Desktop
Register at https://claude.ai and buy Pro subscription
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"jira": {
"env": {
"HH_JIRA_MCP_TEAM": "some-team",
"HH_JIRA_MCP_USER": "v.pupkin",
"HH_JIRA_MCP_SEARCH_FILTER": "status in (\"Development: In progress\")"
},
"args": [
"hh-jira-mcp-server"
],
"command": "uvx"
}
}
}
Linux
{
"env": {
"HH_JIRA_MCP_TEAM": "some-team",
"HH_JIRA_MCP_USER": "v.pupkin",
"HH_JIRA_MCP_SEARCH_FILTER": "status in (\"Development: In progress\")"
},
"args": [
"hh-jira-mcp-server"
],
"command": "uvx"
}
Macos
{
"env": {
"HH_JIRA_MCP_TEAM": "some-team",
"HH_JIRA_MCP_USER": "v.pupkin",
"HH_JIRA_MCP_SEARCH_FILTER": "status in (\"Development: In progress\")"
},
"args": [
"hh-jira-mcp-server"
],
"command": "uvx"
}
Windows
{
"env": {
"HH_JIRA_MCP_TEAM": "some-team",
"HH_JIRA_MCP_USER": "v.pupkin",
"HH_JIRA_MCP_SEARCH_FILTER": "status in (\"Development: In progress\")"
},
"args": [
"hh-jira-mcp-server"
],
"command": "uvx"
}
Register athttps://claude.aiand buy Pro subscription
Install Claude Desktophttps://claude.ai/download
Install keyring:https://pypi.org/project/keyring/
On MacOS:~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:%APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "hh-jira-mcp-server": { "command": "uvx", "args": [ "hh-jira-mcp-server" ], "env": { "HH_JIRA_MCP_USER": "v.pupkin", "HH_JIRA_MCP_TEAM": "some-team", "HH_JIRA_MCP_SEARCH_FILTER": "status in (\"Development: In progress\")" } } } }
Development/Unpublished Servers Configuration
{ "mcpServers": { "hh-jira-mcp-server": { "command": "uv", "args": [ "--directory", "<path_to_project>/hh-jira-mcp-server", "run", "hh-jira-mcp-server" ], "env": { "HH_JIRA_MCP_USER": "v.pupkin", "HH_JIRA_MCP_TEAM": "some-team", "HH_JIRA_MCP_SEARCH_FILTER": "status in (\"Development: In progress\")" } } } }
To prepare the package for distribution:
This will create source and wheel distributions in thedist/directory.
Note: You'll need to set PyPI credentials via environment variables or command flags:
- Token:--tokenorUV_PUBLISH_TOKEN
- Or username/password:--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using theMCP Inspector.
You can launch the MCP Inspector vianpmwith this command:
npx @modelcontextprotocol/inspector uv --directory <path_to_project>/hh-jira-mcp-server run hh-jira-mcp-server
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Perform queries and entity operations in your Fibery workspace.
Keep teams & agents coordinated automatically
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
A universal remote MCP server that connects to popular productivity tools such as Notion, Monday, AirTable, and many more.
advanced-math-mcp — MCP server for linear algebra, calculus, and symbolic math. 17 tools with a unified evaluate() expression engine. Supports matrices, eigenvalues, SVD, integrals, limits, derivatives, and more.
An MCP interface for Atlassian products, including Jira and Bitbucket.
The Outcome Backcasting MCP is a strategic planning tool that helps you work backwards from a desired future outcome to identify the specific steps, resources, and dependencies needed to achieve your goals. Unlike traditional forward planning, backcasting starts with your end goal and creates a reverse roadmap to get there.
About A repo-native task graph as plain Markdown files, served to AI agents over MCP and to humans over a clean web UI .
Integrate ClickUp with AI applications to manage tasks, spaces, lists, and folders.
Interact with the ClickUp API to manage tasks, lists, and spaces, automating project planning and workflows.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


