Voice-first planning — notes, tasks, events and AI reports. 21 tools. iOS + Apple Watch.
claude mcp add telldone -- npx -y telldone-mcp
claude_desktop_config.json
{
"mcpServers": {
"telldone": {
"command": "npx",
"args": [
"-y",
"telldone-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"telldone": {
"command": "npx",
"args": [
"-y",
"telldone-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"telldone": {
"command": "npx",
"args": [
"-y",
"telldone-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"telldone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"telldone-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"telldone": {
"command": "npx",
"args": [
"-y",
"telldone-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.exp78--telldone/reviews or the review_server meta-tool.
POST /mcp