fiji-mcp

SteffenPL/fiji-mcp
★ 3 stars Java AI/LLM Updated 4d ago
MCP server that gives LLM agents a scripting interface into a running Fiji (ImageJ2) instance
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fiji-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "SteffenPL/fiji-mcp"
      ]
    }
  }
}