P
Pocketmcp
by @axonixtools
Turn your Android phone into an MCP (Model Context Protocol) server. AI agents and desktop scripts can call your phone for live data and actions over LAN or Tailscale.
Created 2/19/2026
Updated 6 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/axonixtools/PocketMCP
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"axonixtools-pocketmcp": {
"command": "git",
"args": [
"clone",
"https://github.com/axonixtools/PocketMCP"
]
}
}
}