androidapi mcp for Zed
io.github.tecniforgemaryam/androidapi-mcp
Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.
client:Zed
transport:stdio
runtime:npm
Install androidapi mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"androidapi-mcp": {
"command": "npx",
"args": [
"-y",
"androidapi-mcp"
],
"env": {
"ANDROIDAPI_SECRET": "<ANDROIDAPI_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs