Logly for Grok
io.github.logly-uk/logly-mcp
Query your Logly web analytics — traffic, funnels and real-time visitors — from any MCP client.
client:Grok
transport:stdio
runtime:npm
Install Logly in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"logly-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@logly-uk/mcp"
],
"env": {
"LOGLY_API_KEY": "<LOGLY_API_KEY>"
}
}
}
}
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