mcpbeat Sign in

Telldone MCP Server

local only

Telldone runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 30 Jun 2026.

Voice-first planning — notes, tasks, events and AI reports. 21 tools. iOS + Apple Watch.

Installs per day peak 23 · avg 6 · +0% w/w
a month agotoday
23
Installs / week
npm · telldone-mcp
0
Stars
1 open issues
30 Jun 2026
Last commit
0 releases in 90 days
MIT
License
language unknown

Nothing serious here today

Today is the operative word: we check Telldone every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add telldone -- npx -y telldone-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telldone": {
      "args": [
        "-y",
        "telldone-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.telldone]
command = "npx"
args = ["-y", "telldone-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "telldone": {
      "args": [
        "-y",
        "telldone-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "telldone": {
      "args": [
        "-y",
        "telldone-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TELLDONE_TOKEN (Bearer token from app.telldone.app -> Settings -> AI Agents (MCP)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Telldone

same job, measured the same way
TaskTime Pro
by tasktime

First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.

227 installs/wk local only
MCP Google Analytics
by leonardosepulvedat

GA4 MCP that reads AND writes: reports, funnels, audits, and server-side events. 26 tools.

1 756 installs/wk local only
BugEzy
by bugezy

Voice-powered bug reporting with 13 MCP tools. Record bugs by talking; let AI find and fix them.

14 tools answering
RDL MCP Server
by bethmaloney

Edit SSRS reports using AI - simple tools to read and modify RDL files

59 installs/wk local only
SEO Tools: Google Analytics 4
by antohins

Google Analytics 4: reports, traffic sources, landing pages, events, realtime (read-only).

47 installs/wk local only
Rdstation CRM MCP
by fernandoludvig

Manage RD Station CRM contacts, deals, tasks and notes, with pipeline health reports

33 installs/wk local only
Planner MCP — provable "done" for AI agents
by monopoly-gold-planner

Goal and task planning MCP for Codex and AI agents, with evidence-backed completion.

43 tools answering
MCP Quipu
by nubiia-dev

Quipu API integration with 18 MCP tools for invoices, expenses, contacts and Spanish VAT reporting

30 installs/wk local only

Telldone — questions

Answers built from our own checks of this server.

Why is there no uptime for Telldone?
Telldone runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package telldone-mcp was installed 23 times last week.
How do I connect Telldone?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls telldone-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Telldone?
The npm package telldone-mcp was installed 23 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Telldone open source?
Yes — it is published under the MIT licence, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.