Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sessemi

FreeNot checked

Enables AI agents to scrape websites protected by Cloudflare, DataDome, and Akamai, bypassing anti-bot measures to retrieve page content.

GitHubEmbed

About

Enables AI agents to scrape websites protected by Cloudflare, DataDome, and Akamai, bypassing anti-bot measures to retrieve page content.

README

MCP server that gives AI agents the ability to scrape websites protected by Cloudflare, DataDome, and Akamai.

Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.

Zero framework dependencies — implements MCP protocol directly. Only depends on the sessemi Python client.

Install

pip install sessemi-mcp

Or run directly with uvx:

uvx sessemi-mcp

Setup

Get a free API key at app.sessemi.com.

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "sessemi": {
      "command": "uvx",
      "args": ["sessemi-mcp"],
      "env": {
        "SESSEMI_KEY": "your_api_key"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "sessemi": {
      "command": "uvx",
      "args": ["sessemi-mcp"],
      "env": {
        "SESSEMI_KEY": "your_api_key"
      }
    }
  }
}

Tools

scrape

Scrape a URL, bypassing anti-bot protection. Returns page content.

Parameter Type Description
url string Target URL (required)
country string Two-letter country code for geo-targeting (FR, US, DE). Auto-selects residential proxies.
render bool Force browser rendering for JS-heavy pages
session string Session name for cookie/IP persistence across requests
headers string Custom HTTP headers as JSON string

credits

Check your remaining credit balance, tier, and usage.

Example

Ask Claude:

"Scrape the Idealista listings page for Madrid apartments"

Claude will call the scrape tool with the URL and country: "ES", get back the full HTML, and extract the data you need.

"How many credits do I have left?"

Claude calls credits and reports your balance.

How it works

Sessemi handles the hard parts automatically:

  • Cloudflare — turnstile challenges, JS challenges, managed challenges
  • DataDome — device checks, slider CAPTCHAs, interstitials
  • Akamai — sensor validation, bot manager

Your AI agent sends a URL → Sessemi returns the page content. No browser config, no proxy setup, no CAPTCHA services.

Links

from github.com/sessemi/sessemi-mcp

Install Sessemi in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install sessemi-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add sessemi-mcp -- uvx sessemi-mcp

FAQ

Is Sessemi MCP free?

Yes, Sessemi MCP is free — one-click install via Unyly at no cost.

Does Sessemi need an API key?

No, Sessemi runs without API keys or environment variables.

Is Sessemi hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Sessemi in Claude Desktop, Claude Code or Cursor?

Open Sessemi on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sessemi with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs