Jira云集成
STDIOJira云产品集成的MCP服务器
Jira云产品集成的MCP服务器
Model Context Protocol (MCP) server for Jira Cloud products. This integration is designed specifically for Jira Cloud instances and does not support Jira Server or Data Center deployments.
issue_key
(string): Jira issue key (e.g., 'PROJ-123')expand
(string, optional): Fields to expandGet API tokens from: https://id.atlassian.com/manage-profile/security/api-tokens
Add to your claude_desktop_config.json
:
Git clone this repo and run npm install
Run npm run build
{ "mcpServers": { "jira": { "command": "npx", "args": [ "-y", "/your/project/path/mcp-jira", "--jira-url", "https://your-domain.atlassian.net", "--jira-username", "[email protected]", "--jira-api-token", "your_api_token" ] } } }
Replace /your/project/path/mcp-jira
with the actual path where you've cloned the repository.
Licensed under MIT - see LICENSE file. This is not an official Atlassian product.