Turn your Android phone into a local MCP server for live data access, messaging, and automation with AI agents and desktop scripts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pocketmcp": {
"command": "npx",
"args": [
"-y",
"Yisak2468/PocketMCP"
]
}
}
}
Run in terminal:
claude mcp add pocketmcp npx -y Yisak2468/PocketMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"pocketmcp": {
"command": "npx",
"args": [
"-y",
"Yisak2468/PocketMCP"
]
}
}
}