For Jira MCP, you don't need all that extra stuff. Here's my working syntax:
{
"mcp-atlassian": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.atlassian.com/v1/sse"
]
}
}
That's it. No complex authentication setup, no API keys to manage upfront.
The configuration uses npx to run the remote MCP server directly from Atlassian's hosted endpoint. When you connect, it prompts for authentication via the browser - clean and secure.
Most MCP configurations require extensive setup with API keys, tokens, and complex authentication flows. This approach:
The beauty is in the simplicity. Sometimes the best solution is the one that removes complexity rather than adding features.