reqable-app (MCP Server)

GitHub

Reqable issue track repo

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "reqable-app": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-reqable-app"
      ]
    }
  }
}