Jira MCP Server
@chuan-khuna
关于 Jira MCP Server
a simple mcp server for querying jira tasks
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jira-mcp-chuan-khuna": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jira MCP Server?
Jira MCP Server is an MCP server that allows querying tasks for assignees from Jira. It is intended for users who want to retrieve and summarize Jira issues via an MCP client.
How to use Jira MCP Server?
Configure the server in your MCP settings JSON with "command": "uv" and "args": ["--directory", "/path/to/project/", "run", "server.py"]. An example prompt to invoke it is: "Summarise tasks for <assignee> from <date>, limit pagination to 10 pages."
Key features of Jira MCP Server
- Query tasks by assignee.
- Filter tasks by a start date.
- Limit results with pagination (e.g., 10 pages).
Use cases of Jira MCP Server
- Summarise all tasks assigned to a specific person within a given date range.
- Retrieve a paginated list of Jira issues for a specific assignee and date.
FAQ from Jira MCP Server
How do I configure Jira MCP Server?
Use the MCP settings JSON with "command": "uv" and "args" pointing to the server.py file in the project directory.
How do I run Jira MCP Server in development mode?
Run the command uv run mcp dev server.py in your terminal.
What is an example prompt to use with Jira MCP Server?
An example prompt is: "Summarise tasks for <assignee> from <date>, limit pagination to 10 pages."
版本控制 分类下的更多 MCP 服务器
Linear MCP Server
clinea private MCP server for accessing Linear
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
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.
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
评论