fiji_mcp

NicoKiaru/fiji_mcp
★ 5 stars Java 📦 Other Updated 12d ago
A python and a Java package to make a MCP server out of Fiji | Proof of concept
View on GitHub →

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",
        "NicoKiaru/fiji_mcp"
      ]
    }
  }
}