phonepi-mcp
by priyankark·★ 34·Score 35
PhonePi MCP provides 23+ tools to control your smartphone remotely from AI assistants.
Overview
PhonePi MCP is an MCP server that bridges desktop AI tools with smartphones, offering comprehensive remote control capabilities. It enables SMS messaging, phone calls, contact management, clipboard sharing, notifications, battery status checks, and remote device controls. The server operates locally with a companion mobile app, ensuring privacy and security without relying on third-party servers. The implementation uses JavaScript and is actively maintained with regular updates.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose PhonePi MCP when you need AI integration with Android-specific phone features and are comfortable with local network deployment.
When NOT to choose this
Don't choose this if you need iOS support, cloud-based remote access without local network setup, or enterprise-grade security features.
Tools this server exposes
12 tools extracted from the READMEsend_smsSend SMS messages from your phone
make_callMake phone calls using your device
get_contactsRetrieve contacts from your phone
get_messagesRead SMS messages from your phone
create_snippetCreate and save notes or snippets
search_snippetsSearch through saved notes and snippets
get_clipboardGet current clipboard content
set_clipboardSet clipboard content
get_battery_statusCheck phone battery level and status
find_phoneMake your phone ring to locate it
set_timerSet a timer on your phone
send_notificationSend a notification to your phone
Comparable tools
Installation
Installation
- Clone the repository
git clone https://github.com/priyankark/phonepi-mcp.git
cd phonepi-mcp- Install dependencies
npm install- Set up the mobile app (see phonepimcp.com for detailed instructions)
- Configure Claude Desktop:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"phonepi": {
"command": "node",
"args": ["path/to/server.js"],
"env": {}
}
}
}- Start the server
npm startFAQ
- How secure is PhonePi MCP?
- PhonePi MCP operates locally over your network with no third-party servers. It's recommended to use on secure networks and with Tailscale for added privacy.
- What AI tools support PhonePi MCP?
- PhonePi MCP works with any MCP-compatible AI tools such as Claude Desktop and Cursor.
Compare phonepi-mcp with
Last updated · Auto-generated from public README + GitHub signals.