- Phonepi Mcp
What is PhonePi MCP?
PhonePi MCP is a powerful server and companion app that transforms your phone into a toolbox for AI assistants using the Model Context Protocol. It allows you to manage and control your phone remotely through natural language commands via MCP-supported AI applications like Cursor and Claude Desktop.
How to use PhonePi MCP?
To use PhonePi MCP, set up the server locally by following the instructions on the official documentation. You can then interact with your phone using natural language commands through compatible AI applications.
Key features of PhonePi MCP?
- 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
Use cases of PhonePi MCP?
- Remotely manage your phone's contacts and messages using voice commands.
- Set reminders and timers without touching your phone.
- Control phone settings and notifications through AI assistants.
FAQ from PhonePi MCP?
- Is PhonePi MCP secure?
Yes! The server is hosted locally, and you control the permissions and network security.
- Can I use PhonePi MCP on any phone?
PhonePi MCP is designed to work with any phone that supports the necessary APIs.
- Is PhonePi MCP open source?
Yes! The code is open source, and contributions are welcome.
Server Config
{
"mcpServers": {
"phonepi-mcp": {
"command": "npx",
"args": [
"phonepi-mcp",
"start"
]
}
}
}