JiraMCPServer
@harshalmittal4
关于 JiraMCPServer
A simple protoype of a MCP server for Jira
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jira": {
"command": "/Users/harshal.mittal/.pyenv/versions/3.10.0/bin/python",
"args": [
"/Users/harshal.mittal/projects/jira-mcp-server/jira_mcp_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is JiraMCPServer?
JiraMCPServer is a prototype MCP server for Jira Server/Data Center. It uses the atlassian-python-api and the MCP Python SDK to expose read-only issue and project management tools via the Model Context Protocol, intended for integration with LLM clients like Claude Desktop.
How to use JiraMCPServer?
Copy .env.example to .env, set your Jira host URL and Personal Access Token, create a virtual environment, install dependencies with pip install -r requirements.txt, then run mcp dev jira_mcp_server.py to test locally, or python jira_mcp_server.py for production. For Claude Desktop, add the full paths of the Python binary and the server script to claude_desktop_config.json.
Key features of JiraMCPServer
- Read-only issue and project management tools
- Query issues by status, assignee, and time range
- Count issues by project and status
- Standard MCP protocol for any compatible client
- Integration with Claude Desktop via config file
Use cases of JiraMCPServer
- List all issues related to a topic that are open for more than 90 days
- Retrieve all issues assigned to a specific user resolved in the last 30 days
- Count the number of open issues in a given project
FAQ from JiraMCPServer
What type of Jira instance does this server support?
It is designed for Jira Server/Data Center, not Jira Cloud. The host URL must belong to a Jira Server/DC installation.
How do I authenticate with the Jira server?
You need to generate a Personal Access Token (PAT) in your Jira application. The README points to Atlassian's documentation on creating PATs.
What operations are currently supported?
All tools are read-only, focused on retrieving issues and project information. Example queries include listing issues by status, assignee, and resolution date, or counting issues in a project.
Can I use this server with clients other than Claude Desktop?
Yes. The server follows the standard MCP protocol and works with any MCP-compatible client.
How do I start the server for integration with a client?
Run python jira_mcp_server.py to start the server. For Claude Desktop, add the command and full paths to the MCP servers configuration.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mlops
visengerA curated list of references for MLOps
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论