phone-mcp-server

htekdev/phone-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated today
Turn your Android phone into an MCP server for AI assistants — control SMS, contacts, flashlight, clipboard, and more via Termux
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "phone-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "htekdev/phone-mcp-server"
      ]
    }
  }
}