A personal MCP server, to enable AI supported workflows on your local machine.
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"
]
}
}
}
Run in terminal:
claude mcp add anglerfish npx -y sschmidhuber/anglerfish
Add to .cursor/mcp.json:
{
"mcpServers": {
"anglerfish": {
"command": "npx",
"args": [
"-y",
"sschmidhuber/anglerfish"
]
}
}
}