返回 MCP 目录
public公开dns本地运行

PhonePi 桥接器

PhonePi MCP实现了桌面AI工具与智能手机之间的无缝集成,提供了23种以上的直接操作,包括短信发送、电话拨打、联系人管理、片段创建与搜索、剪贴板共享、通知、电池状态检查和远程设备控制等。

article

README

PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol

A powerful MCP server and companion app that allows you to manage and control your phone remotely using natural language commands via your favorite MCP-supported AI apps such as Cursor and Claude Desktop. This project provides a comprehensive set of tools and APIs to interact with your mobile device programmatically.

Overview

Phone MCP enables you to:

  • Manage contacts and messages
  • Handle snippets and notes
  • Control phone settings and notifications
  • Send SMS and make calls
  • Share content across apps
  • Monitor battery status
  • Set timers and reminders
  • Find your phone with audio alerts

Security

Security is a high concern. Here are a few aspects taken into account around security:

  • You are completely in charge around hosting the MCP server locally. The code is completely open source.
  • On the app front, you are in charge of what permissions to give depending on the features you want to use.
  • The app and the server are linked over your local network. There's no 3p remote servers involved in linking.
  • It is highly recommended you use this app over a secure network. Avoid public networks like airports and restaurants.
  • Tailscale is highly recommended for creating a private & secure VPN to connect your phone and desktops

Getting Started

For detailed documentation, features, and setup instructions, please visit: phonepimcp.com

Support & Issues

If you encounter any bugs or have feature requests, please open an issue on our GitHub repository. We actively monitor and respond to issues.

Contributing

We welcome contributions from the community! Here's how you can contribute:

  1. Fork the Repository

    • Create your own fork of the code
    • Make your changes in a new branch
  2. Code Style

    • Follow the existing code style and conventions
    • Include comments where necessary
    • Write clear commit messages
  3. Testing

    • Wait for the maintainer to test your changes
  4. Submit a Pull Request

    • Provide a clear description of the changes
    • Reference any related issues
    • Wait for review and address any feedback

License

This project is licensed under the MIT License - see the LICENSE file for details.

Security

If you discover any security-related issues, please open an issue instead of using the issue tracker.

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端