MCP Catalogs
Home

phonepi-mcp

by priyankark·34·Score 35

PhonePi MCP provides 23+ tools to control your smartphone remotely from AI assistants.

communicationproductivitydeveloper-tools
5
Forks
2
Open issues
13 mo ago
Last commit
2d ago
Indexed

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:

you:Managing SMS and contacts through natural language commands in Claude Desktop or Cursor
you:Automating phone tasks using AI workflows and tool calling
you:Monitoring phone status and controlling settings remotely
you:How secure is PhonePi MCP?
you:What AI tools support PhonePi MCP?

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 README
  • send_sms

    Send SMS messages from your phone

  • make_call

    Make phone calls using your device

  • get_contacts

    Retrieve contacts from your phone

  • get_messages

    Read SMS messages from your phone

  • create_snippet

    Create and save notes or snippets

  • search_snippets

    Search through saved notes and snippets

  • get_clipboard

    Get current clipboard content

  • set_clipboard

    Set clipboard content

  • get_battery_status

    Check phone battery level and status

  • find_phone

    Make your phone ring to locate it

  • set_timer

    Set a timer on your phone

  • send_notification

    Send a notification to your phone

Comparable tools

devicefarm-mcpmobileaitelephony-mcp

Installation

Installation

  1. Clone the repository
git clone https://github.com/priyankark/phonepi-mcp.git
cd phonepi-mcp
  1. Install dependencies
npm install
  1. Set up the mobile app (see phonepimcp.com for detailed instructions)
  1. Configure Claude Desktop:

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "phonepi": {
      "command": "node",
      "args": ["path/to/server.js"],
      "env": {}
    }
  }
}
  1. Start the server
npm start

FAQ

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.