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
Recommend MCP Servers 💡
mcp-server-apple-shortcuts
A Model Context Protocol (MCP) server that lets AI assistants like Claude control Apple Shortcuts automations. This enables AI models to trigger shortcuts and automate tasks on macOS in a safe and controlled way.
phone-mcp
An MCP server plugin to control Android phones via ADB commands, enabling calls, SMS, app management, and UI automation
piloty
PiloTY: AI pilot for PTY operations via MCP - enables AI agents to control interactive terminals like a human
mcp-difyworkflow-server
mcp-difyworkflow-server is an mcp server Tools application that implements the query and invocation of Dify workflows, supporting the on-demand operation of multiple custom Dify workflows.
tmux-mcp
Model Context Protocol server that enables Claude Desktop to interact with and view tmux session content.
playwright
Playwright MCP server