Ikuna for Grok
io.github.robertohanas/ikuna-mcp
Read workspace context and activity from the running Ikuna macOS app, with app-managed permissions.
client:Grok
transport:stdio
runtime:npm
Install Ikuna in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ikuna-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ikuna-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