Full Jira Cloud integration — manage projects, issues, sprints, boards, comments, transitions, and user assignments for agile project management.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"jira-cloud": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-jira-cloud",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify jira cloud credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Full Jira Cloud integration — manage projects, issues, sprints, boards, comments, transitions, and user assignments for agile project management.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-jira-cloud
This MCP server gives AI agents access to Jira Cloud via 16 tools. Connect it to any Aerostack workspace and your agents can interact with Jira Cloud directly.
| Tool | Description |
|---|---|
list_projects | List all projects in the Jira account. |
get_project | Get project details by project key. |
list_issues | Search issues using JQL query. |
get_issue | Get full issue details by issue key. |
create_issue | Create a new Jira issue. |
update_issue | Update issue summary, priority, or assignee. |
delete_issue | Permanently delete an issue. |
transition_issue | Move an issue to a new status by transitioning it. |
list_transitions | List available status transitions for an issue. |
add_comment | Add a comment to an issue. |
list_comments | List comments on an issue. |
assign_issue | Assign an issue to a user by account ID. |
search_users | Search for users by query string. |
list_sprints | List active and future sprints for a board. |
get_board | Get agile board details by ID. |
list_boards | List all agile boards in the account. |
| Variable | Required | Description |
|---|---|---|
JIRA_EMAIL | Yes | Your Atlassian account email address |
JIRA_API_TOKEN | Yes | Your Jira API token — found in Atlassian Account Settings → Security → API tokens |
JIRA_DOMAIN | Yes | Your Jira subdomain (e.g. 'mycompany' for mycompany.atlassian.net) |
Add the following secrets under Project → Secrets:
JIRA_EMAILJIRA_API_TOKENJIRA_DOMAINOnce added, every AI agent in your workspace can use Jira Cloud tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-jira-cloud \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-JIRA-EMAIL: your-jira-email' \
-H 'X-Mcp-Secret-JIRA-API-TOKEN: your-jira-api-token' \
-H 'X-Mcp-Secret-JIRA-DOMAIN: your-jira-domain' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_projects","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-jira-cloud
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Read and send Discord messages, manage channels, roles, and members — automate your community from AI agents.
by @aerostack
Create events, check availability, and manage calendars across Google Calendar — automate your scheduling.
by @aerostack
Create, search, update issues, manage sprints, boards, and projects in Jira — AI-native agile project management.
by @aerostack
Send messages, search conversations, and manage channels in Slack — connect AI agents to your team workspace.
by @aerostack
Manage Trello boards, lists, cards, and members — create, update, move cards and collaborate with AI.
Yes. The Jira Cloud MCP includes a create_issue tool that lets Claude create issues in your Jira Cloud account from a plain-English prompt. You can also update and delete issues — no Jira Cloud UI needed.
Yes. The Jira Cloud MCP has search and list tools for users. Ask Claude to find users by any criteria and it runs the Jira Cloud API query for you, returning results directly in the conversation.
Yes. The Jira Cloud MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 16 Jira Cloud tools are available everywhere you connect it — install once on Aerostack.
Yes. The Jira Cloud MCP includes tools to update issues in your Jira Cloud account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Jira Cloud API.