Skip to main content
Glama

termux-mcp (P0)

Vercel-hosted Model Context Protocol server for Termux / Android agentic ops.

Parallel to the gh* MCP stack (github-mcp-server, gh-mcp, gh-aw-mcpg). Primary objective: give LLM agents a remote, auth-ready MCP endpoint for Termux-side actions without requiring local stdio on every host.

Deploy (Vercel)

  1. Connect this repo to Vercel (or use vercel CLI).

  2. Enable Fluid Compute for efficient idle/burst MCP traffic.

  3. Deploy. Endpoint: https://<project>.vercel.app/mcp (or /api/server depending on rewrite).

Docs: https://vercel.com/docs/mcp/deploy-mcp-servers-to-vercel

Related MCP server: Android MCP Server

Tools (stubs — extend)

Tool

Purpose

termux_status

Host / Termux readiness

termux_run

Shell command bridge (wire to termux-exec / SSH / ADB)

termux_pkg

Package list/search/info

MCP client config

{
  "mcpServers": {
    "termux": {
      "url": "https://your-deployment.vercel.app/mcp"
    }
  }
}
  • Upstream gh stack forks: gh-aw_fork, gh-aw-mcpg_fork, gh-mcp_fork, gh_mcp_server_fork

  • Sibling: android-mcp

  • Monorepo context: termux-monorepo

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables MCP-compatible agents to control an Android device over the network via ADB, providing tools for shell commands, screen capture, UI inspection, file operations, and input simulation.
    5 npm
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to directly control Android devices via Termux, providing 120+ tools for screen manipulation, file management, app control, and system operations with layered loading and security gating.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables LLM agents to control Android devices securely via Shizuku and Termux:API, providing a universal shell tool for command execution and persistent sessions.
    5
    Apache 2.0