Jira
MCP Jira
Jira Cloud 产品的模型上下文协议 (MCP) 服务器。此集成专为 Jira Cloud 实例设计,不支持 Jira Server 或 Data Center 部署。
特征
搜索和阅读 Jira 问题
Related MCP server: Work Integrations MCP
API
工具
Jira 工具
jira_get_issue
获取特定 Jira 问题的详细信息
输入:
issue_key(字符串):Jira 问题密钥(例如“PROJ-123”)expand(字符串,可选):要扩展的字段
与 Claude Desktop 一起使用
从以下位置获取 API 令牌: https ://id.atlassian.com/manage-profile/security/api-tokens
添加到您的
claude_desktop_config.json:Git 克隆此 repo 并运行
npm install运行
npm run build
{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"/your/project/path/mcp-jira",
"--jira-url",
"https://your-domain.atlassian.net",
"--jira-username",
"your.email@domain.com",
"--jira-api-token",
"your_api_token"
]
}
}
}将/your/project/path/mcp-jira替换为您克隆存储库的实际路径。
执照
采用 MIT 许可 - 请参阅LICENSE文件。本产品非 Atlassian 官方产品。
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 Connectors
Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth)
MCP Server for an Agent Task Marketplace
JSONPlaceholder MCP — wraps JSONPlaceholder fake REST API (free, no auth)
A MCP server built for developers enabling Git based project management with project and personal…
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for interacting with self-hosted Jira instances using Personal Access Token (PAT) authentication. It enables users to perform CRUD operations on issues, search with JQL, manage comments, and list projects through the Jira REST API.1248911MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with Jira to fetch issues by key and perform JQL searches. It provides a foundation for integrating multiple work systems, with planned support for Slack and GitHub.640MIT
- FlicenseAqualityDmaintenanceMCP server for JIRA Cloud REST API v3, enabling issue search, creation, updates, comments, and transitions.9
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/vurtnec/mcp-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server