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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.Last updated192MIT
- Alicense-qualityDmaintenanceAn MCP server for interacting with Jira Cloud, providing tools for issues, search, agile boards, comments, links, attachments, and webhook notifications.Last updated181MIT
- Alicense-qualityDmaintenanceAn MCP server for integrating with Jira Server instances, enabling natural language interactions to create, update, search, and manage issues and comments.Last updated921MIT
- Alicense-qualityDmaintenanceMCP server for JIRA integration enabling issue management, search, comments, and linking via natural language.Last updatedApache 2.0
Related MCP Connectors
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…
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/valter-tonon/jira-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server