llnl/bioimage-agent
A lightweight napari plugin that exposes the viewer over MCP (Message-Control Protocol) via a Python socket server. Built on top of FastMCP, it lets external MCP-speaking clients—such as autonomous AI agents running on Claude or OpenAI—call napari’s public API remotely.
Platform-specific configuration:
{
"mcpServers": {
"bioimage-agent": {
"command": "npx",
"args": [
"-y",
"bioimage-agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...