PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
@priyankark
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 (MCP). It allows users to manage and control their mobile devices remotely through natural language commands via MCP-supported AI applications.
How to use PhonePi MCP?
To use PhonePi MCP, you need to set up the server by running the command npx phonepi-mcp start. Detailed documentation and setup instructions can be found at phonepimcp.com.
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?
- Can I use PhonePi MCP with any AI assistant?
Yes! PhonePi MCP is compatible with any MCP-supported AI applications like Cursor and Claude Desktop.
- Is there a mobile app for PhonePi MCP?
Currently, PhonePi MCP is primarily a server application, but it can be accessed through compatible AI apps.
- How do I report issues or contribute?
You can report issues or feature requests by opening an issue on our GitHub repository. Contributions are welcome!
Server Config
{
"mcpServers": {
"phonepi-mcp": {
"command": "npx",
"args": [
"phonepi-mcp",
"start"
]
}
}
}