Stats
Actions
Tags
From ava
Web search capability via a remote HTTP endpoint on localhost. The server exposes a search tool to Claude but requires no immediate secrets from the user.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ava": {
"type": "http",
"url": "http://127.0.0.1:8765/mcp"
}
}
}Server configuration and connection parameters
http://127.0.0.1:8765/mcpnpx claudepluginhub harshav167/ava --plugin ava