raccoonai-mcp-server
Raccoon AI's Model Context Protocol (MCP) server enables leveraging the LAM API for web browsing, data extraction, and complex web tasks automation.
Raccoon AI MCP Server
Raccoon AI's Model Context Protocol (MCP) server that enables leveraging the LAM API for web browsing, data extraction, and complex web tasks automation.
What can you do with this?
- Search and browse websites
- Fill out forms and navigate UI elements
- Extract structured data based on defined schemas
- Handle multistep processes across websites
Prerequisites
Before using the Raccoon LAM MCP server, you'll need:
- Python 3.8 or higher
- Claude Desktop or another MCP-compatible client
- Raccoon AI Secret Key and your Raccoon Passcode
Installation
Using Smithery
npx -y @smithery/cli@latest install @raccoonaihq/raccoonai-mcp-server --client claude
From source
git clone https://github.com/raccoonaihq/raccoonai-mcp-server.git
cd raccoonai-mcp-server
uv pip install -e .
To configure in Claude Desktop
mcp install src/raccoonai_mcp_server/server.py -v RACCOON_SECRET_KEY=<RACCOON_SECRET_KEY> -v RACCOON_PASSCODE=<RACCOON_PASSCODE>
Replace <RACCOON_SECRET_KEY>
and <RACCOON_PASSCODE>
with your actual creds. You can find them here.
Examples
Here are some example prompts that can be used with Claude to perform a variety of web tasks:
- Can you extract product information from Amazon.com for the top-rated gaming keyboards?
- Find and summarize the latest news articles about renewable energy technologies.
- Find the 3 latest iPhone models and extract the details in a schema.
- Do a deepsearch and generate a detailed report on Small Language Models.
Documentation
For more information, refer to:
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.