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 💡
iterm_mcp_server
An MCP server that integrates with iTerm2 on macOS, enabling AI assistants to control terminal sessions, execute commands, and read output.
ScreenPilot
MCP server to let LLM take full control on your device by providing screen automation toolkit for controlling and interacting with graphical user interface
noboru-i/nature-remo-mcp-server
MCP Server integrating with Nature Remo API to manage and automate smart devices like TVs and air conditioners.
talk-with-figma-claude
Enables Claude Desktop App to control Figma through MCP (Model Context Protocol) via stdio
Skyvern
Skyvern's MCP server connects AI applications to the browser, enabling form filling, file downloading, and web research.
rundeck-mcp-server
A Model Context Protocol (MCP) server for interacting with Rundeck CLI, enabling AI to perform Rundeck operations without direct command line interaction.