anglerfish

sschmidhuber/anglerfish
★ 0 stars Julia 🤖 AI/LLM Updated 4d ago
A personal MCP server, to enable AI supported workflows on your local machine.
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": {
    "anglerfish": {
      "command": "npx",
      "args": [
        "-y",
        "sschmidhuber/anglerfish"
      ]
    }
  }
}