Connect your agent to Molar.

Give Claude Code, Codex, Cursor, and other MCP clients a way to use web apps and check what happened.

Your agentMolarWeb app

One server URL.

Choose a client below for its exact setup.

https://api.molar.it/mcp

Streamable HTTPConnection reference

Where do you work?

Select your client. Follow its setup, then sign in to Molar.

Claude Code

Paste this once in your terminal

Terminal command

claude mcp add --transport http molar https://api.molar.it/mcp
  1. Run this command in your terminal.
  2. Open Claude Code and run /mcp to finish signing in to Molar.
  3. Ask Claude Code to list the available Molar tools.
Claude Code setup documentation

Review the requested Molar access during sign-in. Available tools depend on your account and permissions.

Connected? Try your first check

Connected?
Ask for one clear check.

Start on a public page. Your agent can use Molar’s tools and report the observed result.

Watch an actual browser run

Use Molar to open https://example.com and check that the heading “Example Domain” appears. Return the actual result and a captured screenshot if available. If the check cannot run, explain the blocker.

This copies an instruction. Your agent starts the check after you submit it.

A few setup details.

Choose the connection that fits your client and environment.

Can I paste a JSON configuration?

This format is used by Cursor and some compatible clients. VS Code, Windsurf, Gemini CLI, and OpenCode use different fields—choose their setup above.

{
  "mcpServers": {
    "molar": {
      "url": "https://api.molar.it/mcp"
    }
  }
}

Which URL goes in my client?

Use https://api.molar.it/mcp as the server URL. mcp.molar.it is this setup page.

Can the hosted browser reach localhost?

A hosted browser cannot reach your computer’s localhost directly. Use a reachable preview URL, or follow the local execution setup in the CLI guide.

What if sign-in or tool discovery fails?

Check that your client supports remote MCP and that its settings use the exact server URL above. Finish or retry the client’s sign-in flow, then refresh its tool list. Workspace administrators may restrict custom MCP connections.

Get help connecting