Jira MCP Server
@maximepeabody
关于 Jira MCP Server
A really simple MCP server for Jira, which uses docker for easy deployment.
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.

Git
modelcontextprotocolModel Context Protocol Servers
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
评论