OpenLens MCP integrations

The OpenLens MCP server is a single endpoint that any MCP-capable AI client can connect to. One OAuth sign-in. About 40 tools for projects, brands, topics, prompts, runs, citations, workstreams, and scheduling. Pick your client below for the exact setup steps.

Common to all clients

Server URLhttps://openlens.com/mcp
TransportStreamable HTTP
AuthOAuth 2.1 (browser flow)
stdio fallbacknpx -y mcp-remote https://openlens.com/mcp

Claude

Code editor

Chat

CLI

Beyond the listed clients

Any client that supports streamable HTTP can point directly at https://openlens.com/mcp. For clients that only support stdio, wrap the URL with the mcp-remote shim:

npx -y mcp-remote https://openlens.com/mcp

For the full reference (tools, auth flow, troubleshooting), see the MCP server docs on docs.openlens.com.