telldone for Grok
io.github.exp78/telldone
Voice-first planning — notes, tasks, events and AI reports. 21 tools. iOS + Apple Watch.
client:Grok
transport:stdio
runtime:npm
Install telldone in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"telldone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"telldone-mcp"
],
"env": {
"TELLDONE_TOKEN": "<TELLDONE_TOKEN>"
}
}
}
}
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