From owlex
Local stdio MCP server running owlex-server via uvx from the owlex package. Purpose unclear from configuration alone.
npx claudepluginhub agentic-box/owlexAdd to your .mcp.json:
{
"mcpServers": {
"owlex": {
"command": "uvx",
"args": [
"--from",
"owlex",
"owlex-server"
]
}
}
}uvx