Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"lazyweb": {
"type": "http",
"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"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
shhttps://www.lazyweb.com/mcpCommand-line arguments passed to the server process
npx claudepluginhub aboul3ata/lazyweb-skill --plugin lazyweb