Axonix Tools

I built PocketMCP — turn your Android phone into an MCP server for AI agents

by

Built this over the weekend as an experiment and thought I'd share it here.

PocketMCP lets you run an MCP (Model Context Protocol) server directly on your Android phone. Once it's running, any MCP-compatible AI agent (Claude Desktop, etc.) can call your phone like a tool.

What that looks like in practice:

  • Ask your AI "where's my phone?" → gets real GPS location back

  • "Send a WhatsApp to Alex" → done

  • "What are my latest notifications?" → full list

  • Make calls, control volume, run shell commands — all from a prompt

It's fully open-source (MIT), built in Kotlin + Ktor, works over LAN, and has API key auth baked in.

GitHub → github.com/axonixtools/PocketMCP

Still early (v0), so bugs exist and some features (WhatsApp automation) are best-effort. But the core MCP server works well.

Would love feedback from anyone who tries it — especially if you're already running AI agent setups. What tools would you want your phone to expose? 🙏

7 views

Add a comment

Replies

Be the first to comment