Amazing Marvin (complete) MCP Server

An MCP (Model Context Protocol) server for Amazing Marvin with complete coverage of the public API: 37 tools over all ~31 documented endpoints (plus the undocumented /doneItems), a global rate limiter that respects Marvin's documented limits, least-privilege token routing, and MCP tool annotations. As of 1.1.0 every writable field in Marvin's official data model (Tasks and Categories/Projects) is either supported by…

People who work with Marvin and Transport and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 6 · #34 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Amazing Marvin (complete)

before you install - you'll need

Set MARVIN_API_TOKEN, MARVIN_TIMEZONE, MCP_TRANSPORT, MARVIN_API_TOKEN_FILE before connecting. MARVIN_FULL_ACCESS_TOKEN is optional or environment-specific per the README.

Claude Code

claude mcp add andreasd083-amazing-marvin-complete-mcp -- uvx amazing-marvin-complete-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "andreasd083-amazing-marvin-complete-mcp": {
      "command": "uvx",
      "args": [
        "amazing-marvin-complete-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-19 - young repo, little track record yet

license MIT - declared in the repository

pypi package amazing-marvin-complete-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.andreasd083 is GitHub-verified and matches the repo owner

03 · What Amazing Marvin (complete) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.7.0 · 2026-09-13

internal 0.7.7-0.7.8 ≈ public 1.7.0. · create_time_block now returns time_block_id. The id is set client-side (/doc/create does not echo the server-generated id), so the response can be used directly as…

v1.6.0 · 2026-09-12

create_category_or_project / update_category_or_project: label_ids is · now accepted for categories (labels live in the same field as for · projects; stored and rendered, live-tested + verified in the app…

v1.5.1 · 2026-09-02

Documentation-only patch, no code changes. · Live testing on 2026-09-02 (two runs) showed that /markDone during active time tracking now writes the tracking interval to task.times - on 2026-08-29 the field stayed…

04 · Who maintains Amazing Marvin (complete)

Amazing Marvin (complete) is maintained by andreasd083. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
productivity - ranked #34 of 160 actively-maintained productivity servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-13)
registry
io.github.andreasd083/amazing-marvin-complete-mcp (active, first published 2026-08-25 · 11 versions)
packages
pypi:amazing-marvin-complete-mcp

06 · Amazing Marvin (complete) FAQ

What is Amazing Marvin (complete)?

An MCP (Model Context Protocol) server for Amazing Marvin with complete coverage of the public API: 37 tools over all ~31 documented endpoints (plus the undocumented /doneItems), a global rate limiter that respects Marvin's documented limits, least-privilege token routing, and MCP tool annotations. As of 1.1.0 every writable field in Marvin's official data model (Tasks and Categories/Projects) is either supported by…

Is Amazing Marvin (complete) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Amazing Marvin (complete)?

Run `uvx amazing-marvin-complete-mcp`. The README documents 5 environment variables (MARVIN_API_TOKEN, MARVIN_FULL_ACCESS_TOKEN, MARVIN_TIMEZONE…) to set first. Set MARVIN_API_TOKEN, MARVIN_TIMEZONE, MCP_TRANSPORT, MARVIN_API_TOKEN_FILE before connecting. MARVIN_FULL_ACCESS_TOKEN is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Amazing Marvin (complete) run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Amazing Marvin (complete)