概览
What is AdsPower LocalAPI MCP Server Python?
It is a Model Context Protocol server that interfaces with the AdsPower browser LocalAPI. It enables LLMs to start browsers, create browsers, and update browser fingerprint configurations. It is for developers using LLM tools like Claude Desktop or Cursor.
How to use AdsPower LocalAPI MCP Server Python?
Install AdsPower, Python 3.10 or higher, and uv. Clone the repository, set up a virtual environment, and install dependencies with uv pip install .. Then add the server configuration to Claude Desktop’s config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%/Claude/claude_desktop_config.json) using the provided JSON snippet. Invoke the server by asking the LLM natural language commands, for example: “Create an Android UA browser using Chrome 134.”
Key features of AdsPower LocalAPI MCP Server Python
- Interfaces with AdsPower browser LocalAPI via MCP.
- Enables LLMs to start and create browser instances.
- Supports updating browser fingerprint configurations.
- Works with Claude Desktop and Cursor.
- Simple prompt‑based interaction for browser automation.
Use cases of AdsPower LocalAPI MCP Server Python
- Automating browser creation via natural language prompts.
- Configuring browser fingerprints for testing or scraping.
- Integrating AdsPower browser management into AI workflows.
- Streamlining multi‑account browser setup with LLM assistance.
FAQ from AdsPower LocalAPI MCP Server Python
What dependencies are required?
Requires AdsPower installed, Python 3.10 or higher, and uv for package management.
How do I set up the server for Claude Desktop?
Clone the repo, install dependencies with uv, then add the server configuration to Claude Desktop’s config file pointing to the project directory.
What can I do with this server?
Use LLMs to start browsers, create new browsers, and update browser fingerprint configurations.
Does it work with other MCP clients besides Claude?
The README shows usage with Claude Desktop and Cursor, so it likely works with any MCP‑compatible client.
How do I invoke the server functionality?
By asking the LLM natural language commands, e.g., “Create an Android UA browser using Chrome 134.”