MCP server for Togello tasks, calendar memos, calendar events, and activity logs.
If you want an AI assistant working directly with Togello, the togello mcp server is the bridge. MCP server for Togello tasks, calendar memos, calendar events, and activity logs.
Togello MCP Server exposes Togello tasks, categories, calendar memos, Google Calendar events, activity items, and activity logs through the Model Context Protocol.
Once connected, the assistant can call these 12 tools directly:
get-tasks-list — Retrieves TODO tasks. By default it retrieves incomplete tasks. Optional categoryUUIDs filters by category UUID. Use completionStatus: "COMPLETED" with bothget-calendar-date-memo — Retrieves a calendar date memo for a YYYY-MM-DD dateget-todo-category-list — Retrieves TODO categoriesget-today-calendar — Retrieves linked Google Calendar events and scheduled tasksget-activity-item-list — Retrieves enabled activity itemsget-activity-log-list — Retrieves activity logsget-japan-current-time — Returns the current time in Japancreate-task — Creates a TODO taskupdate-task — Updates a TODO task, including category assignment or removalupdate-calendar-date-memo — Updates or clears a calendar date memostart-activity-log — Starts an activity logcomplete-activity-log — Completes an activity logThe server is distributed via npm as npm, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 5 environment variables: TOGELLO_API_TOKEN, TOGELLO_MCP_HOST, TOGELLO_API_BASE_URL, TOGELLO_MCP_OPENAI_APPS_CHALLENGE_TOKEN, OPENAI_APPS_CHALLENGE_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Togello sits in that group, and the shape of its toolset — get-tasks-list, get-calendar-date-memo, get-todo-category-list among others — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| get-tasks-list | Retrieves TODO tasks. By default it retrieves incomplete tasks. Optional categoryUUIDs filters by category UUID. Use completionStatus: "COMPLETED" with both completedStartDate and completedEndDate in RFC3339 format to re |
| get-calendar-date-memo | Retrieves a calendar date memo for a YYYY-MM-DD date. |
| get-todo-category-list | Retrieves TODO categories. |
| get-today-calendar | Retrieves linked Google Calendar events and scheduled tasks. |
| get-activity-item-list | Retrieves enabled activity items. |
| get-activity-log-list | Retrieves activity logs. |
| get-japan-current-time | Returns the current time in Japan. |
| create-task | Creates a TODO task. |
| update-task | Updates a TODO task, including category assignment or removal. |
| update-calendar-date-memo | Updates or clears a calendar date memo. |
| start-activity-log | Starts an activity log. |
| complete-activity-log | Completes an activity log. |
{
"mcpServers": {
"togello": {
"command": "npx",
"args": ["-y", "togello-mcp-server"],
"env": {
"TOGELLO_API_TOKEN": "replace_with_your_token"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TOGELLO_API_TOKEN | Credential the server authenticates with. | Yes |
| TOGELLO_MCP_HOST | Endpoint or connection string the server talks to. | Optional |
| TOGELLO_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| TOGELLO_MCP_OPENAI_APPS_CHALLENGE_TOKEN | Credential the server authenticates with. | Yes |
| OPENAI_APPS_CHALLENGE_TOKEN | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.