From otter
Local stdio MCP server keyed as 'otter', run as a subprocess via npx command. Capabilities unclear from configuration alone.
npx claudepluginhub amadeusitgroup/otter --plugin otterAdd to your .mcp.json:
{
"mcpServers": {
"otter": {
"command": "npx",
"args": [
"-y",
"-p",
"@o3r/mcp@^14.0.0",
"o3r-mcp-start"
]
}
}
}npx