[project]
name = "android-mcp"
version = "0.1.0"
description = "Lightweight MCP Server for Android Operating System"
readme = "README.md"
requires-python = ">=3.13"
license = { file = "LICENSE" }
urls = { Homepage = "https://github.com/CursorTouch/Android-MCP" }
keywords = ["android", "mcp", "mobile", "automation"]
dependencies = [
"fastmcp>=2.14.0",
"ipykernel>=6.30.1",
"pillow>=11.2.1",
"tabulate>=0.9.0",
"uiautomator2>=3.3.1",
]
[project.scripts]
android-mcp = "android_mcp.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"