Skip to main content
Glama
Amorem

super-productivity-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SP_API_URLNoHTTP(S) URL; loopback is enforced by defaulthttp://127.0.0.1:3876
SP_API_TOKENNoOptional Bearer token for an authenticated Super Productivity build
SP_LOG_LEVELNoerror, warn, info, or debugwarn
SP_API_TIMEOUT_MSNoInteger from 1000 to 6000015000
SP_ALLOW_NON_LOOPBACK_URLNoUse only for a trusted local proxyfalse

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
healthB

Check whether the local Super Productivity desktop API is reachable and ready.

check_connectionA

Check whether the local Super Productivity desktop API is reachable and ready.

search_tasksA

Find tasks by title or project. Returns task IDs for explicit follow-up actions.

list_todayA

List tasks explicitly planned for Today in Super Productivity.

plan_task_todayA

Place exactly the supplied task ID in Today, optionally at an explicit ISO timestamp.

start_taskA

Start tracking exactly the supplied task ID as the current task.

stop_timerA

Stop the Super Productivity timer without selecting or changing another task.

complete_taskA

Mark exactly the supplied task ID as completed.

get_current_taskA

Return the task currently being tracked, or null when the timer is stopped.

ensure_github_issue_taskA

Find an existing native or Super Productivity MCP-marked task for owner/repo#number or a GitHub issue URL. Create at most one marked task if missing; it is not planned for Today unless planToday=true.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 10 tools

Disambiguation2/5

health and check_connection have identical purpose and descriptions, making them indistinguishable. All other tools have clear, distinct roles (searching, planning, tracking, completing, GitHub integration), so the ambiguity is limited to this redundant pair.

Naming Consistency4/5

Most tools follow a verb_noun snake_case pattern (e.g., search_tasks, start_task, complete_task). The outlier is 'health', which is a bare noun instead of a verb phrase like 'check_health' or 'get_health'. This minor deviation prevents a perfect score.

Tool Count5/5

With 10 tools, the set is well-scoped for a desktop productivity API. Each tool serves a distinct function (health check, task search, today list, planning, tracking, timer control, completion, current task retrieval, GitHub integration) without unnecessary bloat.

Completeness4/5

The core workflows for Super Productivity are covered: finding tasks, planning them for today, starting/stopping time tracking, completing tasks, and retrieving the current task. Missing operations like creating standalone tasks or updating task details are notable but not critical, as the GitHub issue integration provides one creation path.

Maintenance

ActivitySlowing
ResponsivenessNo issues