I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Lokal-API-MCP-Python
MCP -Server für die Verwendung des Adspower LocalAPI
1
Github Watches
0
Github Forks
2
Github Stars
AdsPower LocalAPI MCP Server Python
A Model Context Protocol server that AdsPower browser LocalAPI. This server enables LLMs to interact with start browser, create browser, update browser fingerprint config ...
Usage with Claude Desktop
Talk to LLMs to create browser: Create an Android UA browser using Chrome 134
Usage width Cursor
System requirements
- AdsPower
- Python 3.10 or higher installed.
Set up your environment, install uv
First, let’s install uv and set up our Python project and environment:
MacOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Development
# git clone
git clone https://github.com/AdsPower/local-api-mcp-python.git
# cd
cd local-api-mcp-python
# venv
uv venv
source .venv/bin/activate
# Install dependencies
uv pip install .
To use with Claude Desktop, add the server config:
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
# Add the server to your claude_desktop_config.json
{
"mcpServers": {
"adspower-local-api": {
"command": "uv",
"args": [
"--directory",
"<Replace Your Project Path>/local-api-mcp-python",
"run",
"main.py"
]
}
}
}
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
Mirror ofhttps: //github.com/bitrefill/bitrefill-mcp-server
MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.
Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.
Reviews

user_GVcV6Szb
As an avid user of the local-api-mcp-python by AdsPower, I am thoroughly impressed with its performance and versatility. This Python module makes interacting with the MCP API seamless and efficient. The documentation is clear, and the integration process is straightforward, allowing me to focus on other critical aspects of my projects. Highly recommended for developers seeking a reliable API solution in Python!