Model Context Protocol Server

Give Your AI Agent The Power to Read the Web

Read JavaScript websites, discover entire sites, and extract content - capabilities AI agents can't do alone. Connect in seconds.

26
AI Tools
6
Categories
<2s
Response Time
99.9%
Uptime SLA
One-Click Setup

Connect in 30 Seconds

Add Neo Reader to your AI tools with a single configuration file. Works with Claude, Cursor, Cline, and any MCP-compatible client.

Claude Desktop

MCP Integration

Add to Claude desktop app for web research capabilities

All 27 tools available
Automatic authentication
Real-time responses
{
  "mcpServers": {
    "neoreader": {
      "url": "https://mcp.neoreader.dev/mcp",
      "headers": {
        "X-Api-Key": "YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with your actual API key from the dashboard

Cursor IDE

MCP Integration

Enable your AI coding assistant to read any documentation

All 27 tools available
Automatic authentication
Real-time responses
{
  "mcpServers": {
    "neoreader": {
      "url": "https://mcp.neoreader.dev/mcp",
      "headers": {
        "X-Api-Key": "YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with your actual API key from the dashboard

Cline (VS Code)

MCP Integration

Integrate with Cline extension for autonomous web research

All 27 tools available
Automatic authentication
Real-time responses
{
  "mcpServers": {
    "neoreader": {
      "url": "https://mcp.neoreader.dev/mcp",
      "headers": {
        "X-Api-Key": "YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with your actual API key from the dashboard

Custom MCP Client

MCP Integration

Connect any MCP-compatible client to Neo Reader

All 27 tools available
Automatic authentication
Real-time responses
from mcp import ClientSession
import httpx

async with httpx.AsyncClient() as http:
    async with ClientSession(
        url="https://mcp.neoreader.dev/mcp",
        headers={"X-Api-Key": "YOUR_API_KEY"}
    ) as session:
        result = await session.call_tool(
            "convert_url_to_markdown",
            {"url": "https://example.com"}
        )

Replace YOUR_API_KEY with your actual API key from the dashboard

Don't have an API key yet?

Get Free API Key - 500 requests/month
The Problem

AI Agents Are Blind to the Modern Web

Claude, GPT, and other AI assistants can only see static HTML. Most of the web today is built with JavaScript frameworks - and they can't read it.

Without Neo Reader

  • Can't read React/Vue/Angular apps - sees empty divs or loading spinners
  • Can't discover website structure - no way to find all pages on a site
  • Can't access protected content - paywalls and auth walls are impenetrable
  • Can't take reliable screenshots - misses dynamically loaded content

With Neo Reader MCP

  • Full JavaScript rendering - React, Vue, Next.js, Nuxt, Angular, Svelte
  • Discover entire websites - crawl and map all pages automatically
  • Access authenticated content - cookies, proxies, custom headers
  • Pixel-perfect screenshots - capture fully rendered pages

Neo Reader handles all major JavaScript frameworks

React
Vue
Next.js
Nuxt
Angular
Svelte
Capabilities AI Agents Can't Do Alone

Unlock the Full Web

Claude, GPT, and other AI agents can only see static HTML. Neo Reader gives them the power to read JavaScript websites, discover entire sites, and access protected content.

Read JavaScript Websites

Unlike native AI browsing, Neo Reader renders React, Vue, Next.js, Angular, and Svelte apps. Get the full content, not empty shells.

convert_url_to_markdownconvert_url_to_htmlconvert_url_to_text

Discover Full Websites

Crawl and map entire websites automatically. AI agents alone cannot follow links and build comprehensive sitemaps.

discover_websitewait_for_discovery_completiondiscover_and_convert_website

Capture Screenshots

Take viewport or full-page screenshots of any webpage, including JS-rendered content. Great for visual verification.

capture_screenshotcapture_full_page_screenshot

Access Protected Content

Read paywalled articles, authenticated pages, and geo-restricted content with cookies or proxies.

convert_authenticated_urlconvert_url_with_proxyconvert_url_with_custom_user_agent

Manage API Access

Create and manage API keys programmatically. Perfect for multi-tenant applications.

create_api_keylist_api_keysrevoke_api_key

Monitor Health

Check API health and get statistics. Ensure your integrations are running smoothly.

health_checkget_api_stats
Complete Tool Reference

26 Tools at Your Disposal

Every tool your AI agent needs to read, discover, and interact with web content.

Ready to Supercharge Your AI Agent?

Get started in minutes with our free tier - 500 requests/month included.