Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Espresso Mcp

    An MCP Server for the Espresso Android Test Framework, crafted to improve testing capabilities and optimize development workflows.

    0 stars
    Python
    Updated Sep 17, 2025
    android
    automation
    emulator
    espresso
    function-calling
    llm
    mcp
    mcp-server
    openai
    testing

    Table of Contents

    • Installation
    • Usage
    • Available Tools
    • Resources
    • Local Setup
    • Debugging
    • Linting and Testing
    • Publishing
    • Developement Notes

    Table of Contents

    • Installation
    • Usage
    • Available Tools
    • Resources
    • Local Setup
    • Debugging
    • Linting and Testing
    • Publishing
    • Developement Notes

    Documentation

    espresso-mcp

    An MCP Server for the Espresso Android Test Framework, crafted to improve testing capabilities and optimize development workflows.

    Installation

    • Python 3.x
    • uv: pip install uv
    bash
    # Run in stdio mode
    uvx espresso-mcp
    
    # Run in sse mode
    uvx espresso-mcp --sse

    Usage

    • On Github Copilot: Add below JSON config to the file .vscode/mcp.json
    json
    {
      "servers": {
        "espresso-mcp": {
          "command": "uvx",
          "args": ["espresso-mcp"],
          "env": {}
        }
      }
    }
    • On Claude: Add below JSON config to the file claude_desktop_config.json
    json
    {
      "mcpServers": {
        "terminal": {
          "command": "uvx",
          "args": ["espresso-mcp", "--timeout-ms", "30000"]
        }
      }
    }

    Available Tools

    The following tools are available in the espresso-mcp project:

    • list_avds: List all available Android Virtual Devices (AVDs).
    • list_emulators: List all running Android Emulators.
    • start_emulator: Start an Android Emulator by name.
    • kill_emulator: Kill a specific Android Emulator.
    • dump_ui_hierarchy: Dump the UI hierarchy of the connected Android device.
    • open_uri: Open a URI on the connected Android device.
    • list_apps: List all installed apps on the connected Android device.
    • install_app: Install an APK on the connected Android device.
    • start_app: Start a specific app on the connected Android device.
    • stop_app: Stop a specific app on the connected Android device.
    • uninstall_app: Uninstall an app from the connected Android device.
    • clear_app_data: Clear app data for a specific app on the connected Android device.
    • take_screenshot: Take a screenshot of the connected Android device.
    • record_screen: Record the screen of the connected Android device for a specified duration.
    • press_button: Simulate a button press on the connected Android device.
    • type_text: Type text on the connected Android device.
    • clear_and_type_text: Clear all text and type new text on the connected Android device.
    • replace_text: Replace text by clearing current text and typing new text on the connected Android device.
    • tap: Simulate a tap on the connected Android device at specific coordinates.
    • swipe: Perform a swipe gesture in a specific direction on the connected Android device.
    • dump_current_activity: Dump the current activity name of the connected Android device.

    Resources

    The following resources are available:

    • config://app: Retrieve static configuration data.
    • greeting://{name}: Get a personalized greeting.

    ---

    Local Setup

    • Python 3.x
    • uv: pip install uv
    bash
    # Install dependencies
    uv sync
    # OR
    uv sync --frozen --all-extras --dev
    
    # Run Server
    uv run espresso-mcp
    
    # Run in Dev Mode
    uv run mcp dev src/espresso_mcp/server.py

    Debugging

    • Use MCP Inspector
    bash
    # Install MCP Inspector
    yarn global add @modelcontextprotocol/inspector
    
    # Test MCP Server
    yarn run @modelcontextprotocol/inspector python server.py

    Linting and Testing

    bash
    # Lint
    uv run ruff check
    
    # Tests
    uv run pytest

    Publishing

    bash
    # Build the package
    uv build
    uv build --wheel
    uv build --no-sources
    
    # Upload to PyPI
    uv publish

    ---

    Developement Notes

    bash
    uv tool install espresso-mcp
    
    # OR
    
    uvx espresso-mcp
    
    uv init espresso-mcp
    
    uv add "mcp[cli]"
    
    uv run mcp dev server.py
    
    uv tool run espresso-mcp
    
    uv run pre-commit install
    
    pre-commit run --all-files

    Similar MCP

    Based on tags & features

    • KI

      Kill Process Mcp

      Python·
      9
    • BI

      Biomcp

      Python·
      327
    • FA

      Fal Mcp Server

      Python·
      8
    • DA

      Davinci Resolve Mcp

      Python·
      327

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • KI

      Kill Process Mcp

      Python·
      9
    • BI

      Biomcp

      Python·
      327
    • FA

      Fal Mcp Server

      Python·
      8
    • DA

      Davinci Resolve Mcp

      Python·
      327

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k