Automate Android devices using the Gbox SDK.
A Model Context Protocol (MCP) plugin for automating Android devices using the Gbox SDK. This plugin provides tools for creating Android boxes, taking screenshots, performing AI-powered UI actions, and managing applications.
Install Dependencies
npm install
Set Environment Variables
Create a .env
file in the project root:
GBOX_API_KEY=your_gbox_api_key_here
Build the Project
npm run build
This is an MCP server that provides tools for Android automation. Once running, you can use the following tools:
{
"mcpServers": {
"gbox-android": {
"command": "node",
"args": ["/YOU_PATH_TO_THIS_REPO/android-tester-mcp/dist/index.js"],
"env": {
"GBOX_API_KEY": "YOUR API KEY"
}
}
}
}
Test the apk of this project like a user, just create an android environment on gbox, and install it and test it by instructing the MCP tool ai_action. Keep developing and testing until all requirements are met.
An MCP server for the SourceSync.ai API to manage and synchronize source code context.
A TypeScript agent that integrates MCP servers with Ollama, allowing AI models to use various tools through a unified interface.
Explore and interact with Swagger/OpenAPI specifications, allowing for browsing endpoints and retrieving details on API operations.
Migrate JavaScript files to TypeScript with customizable conversion rules.
Search Metal Framework documentation and generate code.
Manage Xcode simulators.
A lightweight, file-based server for managing and serving prompts via stdio.
Connects to the React Native application debugger to retrieve console logs from Metro.
Work on dataset metadata with MLCommons Croissant validation and creation.
Access real-time and historical token, wallet, and trading data from the Solana ecosystem via the Solana Tracker API.