Metadata-Version: 2.5
Name: letitpeek-mcp
Version: 0.3.0
Summary: MCP stdio bridge and CLI for the LetItPeek Android camera server
Project-URL: Homepage, https://gitlab.com/n-group4622738/letitpeek
Project-URL: Repository, https://gitlab.com/n-group4622738/letitpeek
Author: nickzam
License: MIT
Keywords: ai-agent,android,camera,mcp
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: mcp<3,>=2.0
Requires-Dist: websockets<16,>=13
Requires-Dist: zeroconf>=0.130
Description-Content-Type: text/markdown

# letitpeek-mcp

MCP (stdio) bridge and CLI for the [LetItPeek](..) Android camera server.

```bash
# MCP server (stdio) — add to Claude Desktop / Cursor / any MCP client
uvx letitpeek-mcp \
    --url http://192.168.1.23:8420 --token <token>

# CLI
export LETITPEEK_URL=http://192.168.1.23:8420 LETITPEEK_TOKEN=<token>
uvx --from letitpeek-mcp letitpeek capture -o shot.jpg
```

Both accept `--discover` / `letitpeek discover` to find the phone via mDNS.
