mcp file processor for Grok
io.github.intelagentstudios/mcp-file-processor
Text extraction, keyword extraction, language detection, and chunking for RAG
client:Grok
transport:stdio
runtime:npm
Install mcp file processor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-file-processor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-file-processor"
]
}
}
}
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