io.github.deepwired/mcp-jira-scoped MCP Server
io.github.deepwired/mcp-jira-scoped
What is the io.github.deepwired/mcp-jira-scoped MCP server?
Jira MCP server with scoped API tokens via api.atlassian.com gateway
How to install io.github.deepwired/mcp-jira-scoped
Copy-paste configuration for popular MCP clients.
JIRA_INSTANCErequiredJira instance name (e.g. 'mycompany' for mycompany.atlassian.net)
JIRA_USER_EMAILrequiredEmail associated with the API token
JIRA_API_TOKENrequiredsecretScoped API token from https://id.atlassian.com/manage-profile/security/api-tokens
JIRA_SCOPESComma-separated scopes: read:jira-work, write:jira-work, read:jira-user, read:me. Defaults to read:jira-work
JIRA_CLOUD_IDAtlassian Cloud ID (auto-fetched if not set). Find at https://yoursite.atlassian.net/_edge/tenant_info
{
"mcpServers": {
"mcp-jira-scoped": {
"command": "npx",
"args": [
"-y",
"mcp-jira-scoped"
],
"env": {
"JIRA_INSTANCE": "<YOUR_JIRA_INSTANCE>",
"JIRA_USER_EMAIL": "<YOUR_JIRA_USER_EMAIL>",
"JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
"JIRA_SCOPES": "<YOUR_JIRA_SCOPES>",
"JIRA_CLOUD_ID": "<YOUR_JIRA_CLOUD_ID>"
}
}
}
}{
"mcpServers": {
"mcp-jira-scoped": {
"command": "npx",
"args": [
"-y",
"mcp-jira-scoped"
],
"env": {
"JIRA_INSTANCE": "<YOUR_JIRA_INSTANCE>",
"JIRA_USER_EMAIL": "<YOUR_JIRA_USER_EMAIL>",
"JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
"JIRA_SCOPES": "<YOUR_JIRA_SCOPES>",
"JIRA_CLOUD_ID": "<YOUR_JIRA_CLOUD_ID>"
}
}
}
}{
"mcpServers": {
"mcp-jira-scoped": {
"command": "npx",
"args": [
"-y",
"mcp-jira-scoped"
],
"env": {
"JIRA_INSTANCE": "<YOUR_JIRA_INSTANCE>",
"JIRA_USER_EMAIL": "<YOUR_JIRA_USER_EMAIL>",
"JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
"JIRA_SCOPES": "<YOUR_JIRA_SCOPES>",
"JIRA_CLOUD_ID": "<YOUR_JIRA_CLOUD_ID>"
}
}
}
}{
"servers": {
"mcp-jira-scoped": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-jira-scoped"
],
"env": {
"JIRA_INSTANCE": "<YOUR_JIRA_INSTANCE>",
"JIRA_USER_EMAIL": "<YOUR_JIRA_USER_EMAIL>",
"JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
"JIRA_SCOPES": "<YOUR_JIRA_SCOPES>",
"JIRA_CLOUD_ID": "<YOUR_JIRA_CLOUD_ID>"
}
}
}
}claude mcp add mcp-jira-scoped --env JIRA_INSTANCE=<YOUR_JIRA_INSTANCE> --env JIRA_USER_EMAIL=<YOUR_JIRA_USER_EMAIL> --env JIRA_API_TOKEN=<YOUR_JIRA_API_TOKEN> --env JIRA_SCOPES=<YOUR_JIRA_SCOPES> --env JIRA_CLOUD_ID=<YOUR_JIRA_CLOUD_ID> -- npx -y mcp-jira-scopedRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.