LSD

v1.0.0Search & Data Extractionstable

The server connects the Claude AI to the internet through the capabilites of the LSD SQL language, turning web data into a queryable database-like structure to interact with real-world data efficiently.

lsd-mcp-servermcpai-integration
Share:
65
Stars
0
Downloads
0
Weekly
0/5

What is LSD?

LSD is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to server connects the claude ai to the internet through the capabilites of the lsd sql language, turning web data into a queryable database-like structure to interact with real-world data efficiently....

The server connects the Claude AI to the internet through the capabilites of the LSD SQL language, turning web data into a queryable database-like structure to interact with real-world data efficiently.

This server falls under the Search & Data Extraction and APIs categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • The server connects the Claude AI to the internet through th

Use Cases

Query web data as a database using LSD SQL.
Transform web content into queryable structures.
Access real-world data efficiently through AI.
lsd-so

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedApr 2, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx lsd-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use LSD

The LSD MCP Server connects AI assistants to the internet using LSD SQL — a PostgreSQL-compatible query language that treats live websites as queryable database tables. Rather than scraping HTML manually or relying on search API results, Claude can write and self-correct LSD SQL queries that run against cloud browsers, turning any web page into structured data that can be filtered, joined, and analyzed like a relational database. It requires a free LSD account and Python/uv to run.

Prerequisites

  • Python 3.10+ and the uv package manager installed
  • A free LSD account — sign up at https://lsd.so/connect with a Google account
  • LSD_USER (your email) and LSD_API_KEY from your LSD profile page
  • An MCP-compatible client: Claude Desktop or any MCP-supporting agent
  • PostgreSQL client library (install via brew install postgres on macOS if not present)
1

Clone the repository

Clone the lsd-mcp repository to your local machine. There is no PyPI package — installation is via git clone.

git clone https://github.com/lsd-so/lsd-mcp.git
cd lsd-mcp
2

Create a .env file with your LSD credentials

Create a .env file in the repository root with your LSD account email and API key. Get your API key from your profile page on lsd.so.

[email protected]
LSD_API_KEY=your_api_key_from_lsd_profile
3

Install the MCP server via Smithery (alternative)

If you prefer, you can install and register the server automatically using the Smithery CLI, which handles config file updates for Claude Desktop.

npx -y @smithery/cli install @lsd-so/lsd-mcp --client claude
4

Register manually with Claude Desktop

For a manual setup, register the server in claude_desktop_config.json using uv to run app.py from the cloned repo.

{
  "mcpServers": {
    "lsd": {
      "command": "uv",
      "args": ["run", "/path/to/lsd-mcp/app.py"],
      "env": {
        "LSD_USER": "[email protected]",
        "LSD_API_KEY": "your_api_key_here"
      }
    }
  }
}
5

Test LSD SQL in Claude

Ask Claude to scan a URL using LSD SQL. Claude will generate, execute, and self-correct queries against the live web page through cloud browsers.

LSD Examples

Client configuration

claude_desktop_config.json entry for the LSD MCP server running from a cloned local repository.

{
  "mcpServers": {
    "lsd": {
      "command": "uv",
      "args": ["run", "/Users/you/lsd-mcp/app.py"],
      "env": {
        "LSD_USER": "[email protected]",
        "LSD_API_KEY": "your_lsd_api_key"
      }
    }
  }
}

Prompts to try

These prompts leverage LSD's ability to query live web pages as structured data.

- "Scan https://news.ycombinator.com and give me the top 10 story titles and scores."
- "Query https://github.com/trending and return the top trending repositories as a table."
- "Extract all product names and prices from https://example-shop.com/products."
- "Fetch structured data from the LSD documentation at https://lsd.so/docs."

Troubleshooting LSD

Authentication error — invalid API key or user

Double-check LSD_USER matches the email you used to sign up at lsd.so/connect, and LSD_API_KEY is copied exactly from your LSD profile page. API keys are case-sensitive.

PostgreSQL library not found on startup

LSD MCP requires PostgreSQL client libraries. On macOS, run 'brew install postgresql'. On Ubuntu/Debian, run 'sudo apt-get install libpq-dev'. Then re-run 'uv run app.py' to reinstall dependencies.

LSD SQL queries return empty results for a webpage

Some pages require JavaScript rendering. LSD runs queries through cloud browsers, but complex single-page apps may need a SCAN command with a wait clause. Try rephrasing your request to include 'wait for the page to fully load' so Claude adjusts the query.

Frequently Asked Questions about LSD

What is LSD?

LSD is a Model Context Protocol (MCP) server that server connects the claude ai to the internet through the capabilites of the lsd sql language, turning web data into a queryable database-like structure to interact with real-world data efficiently. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install LSD?

Follow the installation instructions on the LSD GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with LSD?

LSD works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is LSD free to use?

Yes, LSD is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "lsd-mcp-server": { "command": "npx", "args": ["-y", "lsd-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use LSD?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides