- Jira MCP
Jira MCP
A Model Context Protocol (MCP) server for interacting with Atlassian Jira. Connect AI assistants like Claude, Cursor AI, and others directly to your Jira projects, issues, and workflows.
Available Tools:
jira_get - Read data from any Jira API endpoint
jira_post - Create resources (issues, comments, etc.)
jira_put - Replace resources
jira_patch - Partially update resources
jira_delete - Delete resources
health_check - Verify server configuration and connectivity
Common Use Cases
Ask your AI assistant:
"List all projects I have access to"
"Show me issues assigned to me that are in progress"
"Find all high priority issues in the DEV project"
"Get full details about issue PROJ-456 including comments"
"Add a comment to PROJ-456: 'Code review completed'"
"Create a new bug in the MOBILE project"
Server Config
{
"mcpServers": {
"Jira MCP": {
"command": "node",
"args": [
"/path/to/mcp-server-atlassian-jira/dist/index.js"
],
"env": {
"ATLASSIAN_SITE_NAME": "your-company",
"ATLASSIAN_USER_EMAIL": "your.email@company.com",
"ATLASSIAN_API_TOKEN": "your_api_token"
}
}
}
}Project Info
Created At
5 months agoUpdated At
5 months agoAuthor Name
Attlasian JiraStar
-Language
-License
-Tags
Recommend Servers
View AllMemory
@modelcontextprotocol
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
Filesystem
@modelcontextprotocol
2 months ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago