python mcp for Grok
com.files/python-mcp
Local-only Python MCP server for the Files.com API.
client:Grok
transport:stdio
runtime:pypi
Install python mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"python-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"files-com-mcp"
],
"env": {
"FILES_COM_API_KEY": "<FILES_COM_API_KEY>",
"FILES_COM_LOCAL_ROOT": "<FILES_COM_LOCAL_ROOT>"
}
}
}
}
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