perception for Grok
io.github.egorthinks/perception
Perception for AI agents: media QC asserts, image diff, OCR tiles, video/audio analysis, PDF, 3D.
client:Grok
transport:stdio
runtime:pypi
Install perception in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"perception": {
"type": "stdio",
"command": "uvx",
"args": [
"perception-mcp"
]
}
}
}
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