servers / acli-mcp-server
acli-mcp-server
communityunknownpythonwrite capablehealthy
MCP server that wraps the Atlassian CLI (acli) into generic tools
49/ 100
01Tools · 2
| Tool | Risk | Side effects | Approval |
|---|---|---|---|
| call_acli Execute an Atlassian CLI (acli) command.
The command must start with 'acli' and follow acli syntax.
The --site flag is usually not needed — acli infers it from your auth session.
Examples:
- acli jira project list --limit 50
- acli jira workitem search --jql "project = PROJ" --limit 20
- acli jira workitem create --project PROJ --type Task --summary "Title"
- acli jira workitem view PROJ-123
- acli jira workitem transition --key PROJ-123 --status "Done"
- acli jira board search
- acli jira sprint list-workitems --sprint 1 --board 6
- acli confluence space list
- acli confluence page view --id 123456
Args:
cli_command: The full acli command to execute.
timeout: Max seconds to wait for the command (default 60).
| write | true | unknown |
| suggest_acli_commands Suggest acli commands based on a natural language description.
Useful when you're unsure about the exact acli command syntax.
Args:
query: Natural language description of what you want to do.
| read | false | unknown |
02Install & source
uvx acli-mcp-server
uvxpip install acli-mcp-server
pip04Trust reasoning
- 0Community serverofficial_status
- -3No clear licenselicense
- -3Exposes write toolstool_risk
- +10MCP handshake verifiedverification
- +5tools/list verifiedverification
05Provenance & freshness
sourcesPyPI [p4]
last_checked2026-06-30 20:56Z
next_check2026-07-01 07:30Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed metadata:passed
index_statusindex — 5 unique facts >= 5
06Badge
Show your MCPExplorer trust badge in your README.
[](https://mcpexplorer.com/servers/acli-mcp-server)
Next step
Generate a runtime config, or package this server into a governed Loadout with approvals and policies before your agent uses it.
Use in a Loadout