MCP.so
登录

Jira MCP Server

@maximepeabody

关于 Jira MCP Server

A really simple MCP server for Jira, which uses docker for easy deployment.

基本信息

分类

版本控制

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

maximepeabody

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Jira MCP Server?

A Model Context Protocol (MCP) server that allows AI assistants to interact with Jira. It enables AI to fetch user's assigned tickets, add comments, get available status transitions, and update ticket status. Designed for developers who want to give AI agents Jira integration capabilities.

How to use Jira MCP Server?

Set up a .env file with JIRA_SERVER, JIRA_USERNAME, JIRA_API_KEY, and JIRA_PROJECT_KEY. Then run either the Docker script (./run_docker_locally.sh) or install Python dependencies and start with uvicorn src.server:app --reload. The server runs on http://localhost:8000 and the MCP endpoint is at /mcp.

Key features of Jira MCP Server

  • Fetch user's assigned tickets
  • Add comments to Jira tickets
  • Get available status transitions
  • Update ticket status
  • Simple environment variable configuration
  • Runs locally via Docker or Python

Use cases of Jira MCP Server

  • AI assistant fetching your open tickets
  • Automating ticket comments from chat
  • Moving tickets through workflow statuses
  • Integrating AI workflows with Jira project management
  • Allowing conversational Jira updates

FAQ from Jira MCP Server

What environment variables are required?

JIRA_SERVER (your Atlassian instance URL), JIRA_USERNAME (your email), JIRA_API_KEY, and JIRA_PROJECT_KEY. Create a .env file with these values.

How do I get my Jira API key?

Go to https://id.atlassian.com/manage-profile/security/api-tokens and generate a token. Use that as JIRA_API_KEY in your .env file.

What are the runtime requirements?

The server requires Docker (for the Docker option) or Python with the dependencies listed in requirements.txt. You also need a Jira account with API access.

Can this server modify ticket statuses?

Yes, it can get available status transitions and update ticket status accordingly.

Where is the server exposed?

It starts on http://localhost:8000. The MCP endpoint is at http://localhost:8000/mcp.

评论

版本控制 分类下的更多 MCP 服务器