PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
@priyankark
PhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device controls.
Tools
get_battery_level
add_snippet
get_all_snippets
get_snippet_by_id
get_snippets_by_type
search_snippets
update_snippet
delete_snippet
send_sms
make_call
find_phone
set_timer
copy_to_clipboard
get_contacts
get_contact_by_id
add_contact
update_contact
delete_contact
share_snippet
send_message
get_message_response
send_notification
Server Config
{
"mcpServers": {
"phonepi-mcp": {
"command": "npx",
"args": [
"phonepi-mcp",
"start"
]
}
}
}