Lazyweb · Connect

Connect Lazyweb to your agent

Lazyweb is a hosted MCP server: real product evidence for UI and growth decisions, available inside any agent that speaks the Model Context Protocol. One URL, OAuth sign-in, no install.

https://www.lazyweb.com/mcp

Streamable HTTP · OAuth 2.1 (sign in with your email on first connect) · listed in the official MCP Registry as com.lazyweb/lazyweb

ChatGPT

  1. Settings → Security and login → turn on Developer mode.
  2. Open Plugins in the sidebar → Create appWith MCP.
  3. Server URL: https://www.lazyweb.com/mcp · Authentication: OAuth → Create, then sign in with your email.

Lazyweb is submitted to the ChatGPT plugin directory — once approved you can skip developer mode and add it in one click.

Claude

  1. On claude.ai: Settings → ConnectorsAdd custom connector → paste the URL above.
  2. In Claude Code: claude mcp add --transport http lazyweb https://www.lazyweb.com/mcp

Lazyweb is submitted to the Anthropic connector directory.

Grok

  1. Go to grok.com/connectorsNew ConnectorCustom.
  2. Paste https://www.lazyweb.com/mcp and connect.

Cursor

Add to ~/.cursor/mcp.json (or per-project .cursor/mcp.json):

{
  "mcpServers": {
    "lazyweb": { "url": "https://www.lazyweb.com/mcp" }
  }
}

Gemini CLI, Windsurf & any MCP client

Point any MCP-capable client at the streamable-HTTP URL above. The generic config shape:

{
  "mcpServers": {
    "lazyweb": {
      "type": "streamable-http",
      "url": "https://www.lazyweb.com/mcp"
    }
  }
}

Your browser opens once for OAuth on first connect. Free accounts get started instantly; paid plans unlock the full toolkit — see lazyweb.com.

For agent platforms

Building an assistant or agent product? Lazyweb supports OAuth 2.1 with Dynamic Client Registration and PKCE (S256) — discovery at /.well-known/oauth-authorization-server — so your client can register and connect without any manual setup. Questions: ali@lazyweb.com.