From lazyweb
Connects remotely to the LazyWeb service at www.lazyweb.com/mcp for MCP tools, data sources, and prompt templates. Requires LazyWeb auth token via LAZYWEB_MCP_TOKEN env or ~/.lazyweb/lazyweb_mcp_token file.
npx claudepluginhub aboul3ata/lazyweb-skill --plugin lazywebAdd to your .mcp.json:
{
"mcpServers": {
"lazyweb": {
"command": "sh",
"args": [
"-lc",
"TOKEN=\"${LAZYWEB_MCP_TOKEN:-}\"; if [ -z \"$TOKEN\" ] && [ -f \"$HOME/.lazyweb/lazyweb_mcp_token\" ]; then TOKEN=\"$(cat \"$HOME/.lazyweb/lazyweb_mcp_token\")\"; fi; if [ -z \"$TOKEN\" ] && [ -f \"$HOME/.codex/lazyweb_mcp_token\" ]; then TOKEN=\"$(cat \"$HOME/.codex/lazyweb_mcp_token\")\"; fi; exec npx -y mcp-remote https://www.lazyweb.com/mcp --header \"Authorization: Bearer $TOKEN\" --transport http-first --silent"
],
"url": "https://www.lazyweb.com/mcp"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
shhttps://www.lazyweb.com/mcp