AdsPower LocalAPI MCP Server Python
@AdsPower
关于 AdsPower LocalAPI MCP Server Python
MCP server for using the AdsPower LocalAPI
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"local-api-mcp-python": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.”
开发工具 分类下的更多 MCP 服务器
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
评论