jira-server-mcp
Allows interaction with a self-hosted Jira Server, providing tools to fetch issues by key, search using JQL, consult worklogs, and list available transitions.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jira-server-mcpshow me all open high priority issues in project PROJ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jira Server MCP
MCP (Model Context Protocol) para integração com Jira Server auto-hospedado.
Instalação
npm install -g jira-server-mcpRelated MCP server: jiraxmcp
Configuração
O uso recomendado atualmente é via arquivo .cursor/mcp.json, integrando com ferramentas como Cursor IDE ou automações MCP.
Exemplo de configuração (.cursor/mcp.json)
{
"mcpServers": {
"jira": {
"command": "npx",
"args": ["jira-server-mcp@1.1.0"],
"env": {
"JIRA_BASE_URL": "http://seu-jira-server:8080",
"JIRA_API_TOKEN": "seu-token-aqui"
}
}
}
}O campo
commanddeve sernpx.O campo
argsrecebe o pacote e versão.As variáveis de ambiente são passadas no bloco
env.
Uso
A partir da configuração acima, o MCP será chamado automaticamente pelas ferramentas compatíveis (ex: Cursor IDE) para executar consultas e comandos no Jira.
Exemplos de comandos suportados
Buscar uma issue por chave
Buscar issues usando JQL
Consultar worklogs
Listar transições disponíveis
Obs: O uso via CLI direto ou como servidor SSE está depreciado para novos projetos. Prefira sempre a configuração via MCP/
mcp.json.
Desenvolvimento
Clone o repositório
Instale as dependências:
npm installExecute os testes:
npm testPara desenvolvimento local:
Inicie o servidor:
npm startUse a CLI:
npm run cli -- <comando> [argumentos]
Licença
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP Server for JFrog, providing tools for development and artifact management.
An MCP server that integrates with Discord to provide AI-powered features.
A MCP server built for developers enabling Git based project management with project and personal…
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that enables communication with Jira, allowing users to perform operations like getting, searching, creating, and editing issues through natural language interaction.130 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for interacting with Jira Cloud, providing tools for issues, search, agile boards, comments, links, attachments, and webhook notifications.8 npm2MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for integrating with Jira Server instances, enabling natural language interactions to create, update, search, and manage issues and comments.30 npm1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for JIRA integration enabling issue management, search, comments, and linking via natural language.Apache 2.0