agentmailkit for Grok
io.github.ariaxhan/agentmailkit
Run scheduled LLM-written email digests from local files and feeds. Local-first MCP server.
client:Grok
transport:stdio
runtime:pypi
Install agentmailkit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentmailkit": {
"type": "stdio",
"command": "uvx",
"args": [
"agentmailkit"
]
}
}
}
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