MCP.so
Sign In

Togello MCP Server

@Toru-Takagi

About Togello MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

Toru-Takagi

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "togello": {
      "command": "npx",
      "args": [
        "-y",
        "togello-mcp-server"
      ],
      "env": {
        "TOGELLO_API_TOKEN": "replace_with_your_token"
      }
    }
  }
}

Tools

12

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 retrieve tasks completed during a period.

Retrieves a calendar date memo for a `YYYY-MM-DD` date.

Retrieves TODO categories.

Retrieves linked Google Calendar events and scheduled tasks.

Retrieves enabled activity items.

Retrieves activity logs.

Returns the current time in Japan.

Creates a TODO task.

Updates a TODO task.

Updates or clears a calendar date memo.

Starts an activity log.

Completes an activity log.

Overview

What is Togello MCP Server?

Togello MCP Server exposes Togello tasks, categories, calendar memos, Google Calendar events, activity items, and activity logs through the Model Context Protocol. It requires Node.js 22 or later and a Togello API token.

How to use Togello MCP Server?

For local desktop tools, configure an MCP client with npx -y togello-mcp-server and set TOGELLO_API_TOKEN in the environment. For remote deployments, run with TOGELLO_MCP_MODE=remote and choose between passthrough or env authentication modes, exposing a Streamable HTTP endpoint at /mcp.

Key features of Togello MCP Server

  • Read‑only and write tool annotations for safe usage.
  • Local stdio and remote Streamable HTTP or SSE transports.
  • Two authentication modes: per‑request token (passthrough) or single token (env).
  • OAuth authorization server and protected resource metadata endpoints.
  • OpenAI Apps domain verification with challenge token support.
  • Explicit readOnlyHint, openWorldHint, and destructiveHint on every tool.

Use cases of Togello MCP Server

  • Retrieve and filter TODO tasks from Togello.
  • Fetch calendar memos for specific dates.
  • Start and complete activity logs.
  • Create and update Togello tasks.
  • Access linked Google Calendar events and scheduled tasks.

FAQ from Togello MCP Server

What dependencies are required?

Node.js 22 or later and a valid Togello API token.

How do I authenticate?

In local mode, set TOGELLO_API_TOKEN. Remote mode supports passthrough (each client sends its own token in the Authorization header) or env (a single server‑side token, restricted to trusted deployments).

What transports are supported?

Stdio for local clients; remote mode offers Streamable HTTP (/mcp) with legacy SSE (/sse) and a message endpoint (/message).

Where does data come from?

All data is retrieved from the Togello API using the provided API token – no data is stored by the server.

Are there any known limits?

The README does not mention specific rate limits or maximum response sizes.

Comments

More Other MCP servers