mcp-server-jira

anonlatte/mcp-server-jira
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
Vibecoded minimal read-only MCP server for constrained Jira issue lookup and search
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-jira": {
      "command": "uvx",
      "args": [
        "mcp-server-jira"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-jira

README Excerpt

Minimal read-only MCP server for Jira issue lookup and constrained issue search. The server does not accept Jira credentials in MCP tool arguments or CLI args. Credentials are loaded inside the server process from environment variables and are never returned through tools. Store your Jira token in macOS Keychain:

Tools (3)

JIRA_BASE_URLjira_search_issuesstatus

Topics

jirajira-apimcpmcp-servermodel-context-protocolpythonread-onlyuv