Built for Claude Code Users

Point at UI.
Let Claude Fix It.

The bridge between your browser and Claude Code. Option+Click any element, and Claude instantly knows what to fix. Works with Ralph for fully autonomous development.

Free & Open Source
MCP Protocol
Works Offline
Claude Code Terminal
Complete Workflow

From Click to Fix in Seconds

DevLensPro connects your browser directly to Claude Code via MCP protocol

Step 1

Point & Click

Option+Click any element in your browser

Step 2

Capture Context

Screenshot, CSS, selector & URL captured

Step 3

MCP Sync

Real-time WebSocket to Claude Code

Step 4

AI Analysis

Claude locates the code to fix

Step 5

Ralph Executes

Autonomous task execution & PR

URL-Based Project Management

Each task is linked to its URL. Claude Code automatically maps URLs to your local project folders, so it always knows which codebase to edit.

Task URL:
https://myapp.com/dashboard
Maps to:
~/projects/myapp/src/app/dashboard

Full Element Context

Claude receives everything needed to locate and fix the element: CSS selector, computed styles, text content, position, and React component info.

{
"selector": ".pricing-card button",
"tagName": "BUTTON",
"cssProperties": { ... },
"innerText": "Subscribe"
}
Features

Built for Agentic Development

Everything you need to supercharge your Claude Code workflow

Chrome Extension

One-click install from Chrome Web Store. Option+Click to select any element instantly.

MCP Protocol

Native integration with Claude Code via Model Context Protocol. No additional setup needed.

Ralph Compatible

Works seamlessly with Ralph autonomous agent for hands-free bug fixing and feature development.

React Detection

Automatically detects React components and provides source file locations via Fiber inspection.

Real-time Sync

WebSocket connection ensures instant task delivery to Claude Code as you click.

100% Local

All data stays on your machine. No cloud required. Privacy-first architecture.

Setup Options

Choose Your Setup

Works on local machines or with remote VPS development servers

Recommended

Local Development

Browser and Claude Code on the same machine. Zero configuration needed.

$ npx -y @devlenspro/server config claude
  • Extension connects to localhost:7007
  • MCP server runs alongside Claude Code
  • Perfect for solo development
  • Fastest response time

Remote VPS Setup

Browser local, Claude Code on VPS. Uses cloud relay for connection.

$ npx -y @devlenspro/server --cloud
  • Connect browser to remote server
  • Works through firewalls & NAT
  • Custom room IDs for security
  • Great for team environments

Quick Start (3 steps)

1

Install the Chrome Extension

Get it from Chrome Web Store

2

Configure MCP Server

$ npx -y @devlenspro/server config claude
3

Start Using

Restart Claude Code, then Option+Click any element in your browser!

Pricing

100% Free & Open Source

DevLensPro is completely free. No accounts, no limits, no catch.

Open Source
$0/forever

Everything you need, completely free

  • Unlimited element captures
  • Full MCP integration
  • Chrome extension
  • Local & cloud modes
  • React component detection
  • Works with Ralph
  • Community support
Install Free Extension
FAQ

Frequently Asked Questions

Ready to Supercharge Claude Code?

Install in 30 seconds. Start fixing UI bugs with AI assistance immediately.