jira_mcp_server
0
The Jira Communication Server is a TypeScript-based MCP server designed to interact with Jira, offering features like JQL execution and ticket management. This server showcases core MCP concepts targeting Jira integration tasks.
Jira Communication Server MCP Server
A TypeScript-based MCP server that provides tools to interact with Jira. It includes features such as:
- Executing JQL queries
- Creating, editing, and deleting Jira tickets
- Listing Jira projects and statuses
Features
- Execute JQL: Run a JQL query
- Get Ticket Details: Fetch ticket name and description
- Create Ticket: Create a Jira ticket
- List Projects: List Jira projects
- Delete Ticket: Delete a ticket
- Edit Ticket: Modify a ticket
- Retrieve Statuses: Get all statuses
- Assign Ticket: Assign a ticket to a user
- Find Assignable Users: Query assignable users in a project
- Add Attachment: Add an attachment to a ticket
Development
- Install dependencies with npm
- Build and watch the server for development