A native macOS RAW photo editor with a first-party MCP server inside the app. Free and open source.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chiaro": {
"command": "npx",
"args": [
"-y",
"arjunphull123/chiaro"
]
}
}
}
Run in terminal:
claude mcp add chiaro npx -y arjunphull123/chiaro
Add to .cursor/mcp.json:
{
"mcpServers": {
"chiaro": {
"command": "npx",
"args": [
"-y",
"arjunphull123/chiaro"
]
}
}
}