Airtop MCP Server
An MCP server to talk to Airtop (
alecf
README
Airtop MCP Server
A Model Context Protocol (MCP) server that provides tools for interacting with Airtop's browser automation service.
Usage
Development
- Clone the repository
- Install dependencies:
npm install
- Set your Airtop API key:
export AIRTOP_API_KEY=your_api_key_here
- Start the development server:
npm run dev -- --server
Use in Claude (Native MacOS)
Go into the Claude app, open up Settings -> Developer -> Edit Config
Add the following:
(replace your_api_key_here
with your Airtop API key)
{
"mcpServers": {
"airtop": {
"command": "npx",
"args": ["-y", "airtop-mcp@latest"],
"env": {
"AIRTOP_API_KEY": "your_api_key_here"
}
}
}
}
Available Tools
createSession
: Create a new Airtop browser sessioncreateWindow
: Create a new browser window in the sessionpageQuery
: Query the current page content using AIterminateSession
: Terminate an Airtop browser sessionpaginatedExtraction
: Extract data from a paginated list
Configuration
The server runs on port 3456 by default. You can change this by setting the PORT
environment variable.
License
ISC
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Playwright MCP Server
Provides a server utilizing Model Context Protocol to enable human-like browser automation with Playwright, allowing control over browser actions such as navigation, element interaction, and scrolling.
@kazuph/mcp-fetch
Model Context Protocol server for fetching web content and processing images. This allows Claude Desktop (or any MCP client) to fetch web content and handle images appropriately.
DuckDuckGo MCP Server
A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
YouTube Transcript MCP Server
This server retrieves transcripts for given YouTube video URLs, enabling integration with Goose CLI or Goose Desktop for transcript extraction and processing.
serper-search-scrape-mcp-server
This Serper MCP Server supports search and webpage scraping, and all the most recent parameters introduced by the Serper API, like location.
The Verge News MCP Server
Provides tools to fetch and search news from The Verge's RSS feed, allowing users to get today's news, retrieve random articles from the past week, and search for specific keywords in recent Verge content.
Tavily MCP Server
Provides AI-powered web search capabilities using Tavily's search API, enabling LLMs to perform sophisticated web searches, get direct answers to questions, and search recent news articles.
mcp-pinterest
A Pinterest Model Context Protocol (MCP) server for image search and information retrieval

Crawlab MCP Server