onsense for Grok
io.github.hufirst/onsense
Android phone camera, sensors & files for any MCP client — local, no cloud, no ADB.
client:Grok
transport:stdio
runtime:pypi
Install onsense in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"onsense": {
"type": "stdio",
"command": "uvx",
"args": [
"onsense"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs