Stats
Actions
Tags
From OpenPocket Phone
Custom MCP server for phone-related operations (e.g., calls, SMS) running locally via Node.js. Purpose inferred from server name.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"openpocket-phone": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/runtime/openpocket-phone-server.mjs"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub pockebot/openpocket --plugin openpocket-phone