Figranium MCP

A Model Context Protocol (MCP) server for Figranium, built with @modelcontextprotocol/sdk and the official @figranium/sdk API client. This server allows LLM clients (like Claude Desktop, Cursor, and Manus AI) to discover, execute, inspect, schedule, and programmatically create Figranium automation tasks via standard STDIO transport. Its 10 documented tools cover schedule, task, status.

People who need these tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 3 · #726 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

GPL-3.0 · JavaScript servers · how we verify → /methodology

01 · Install Figranium MCP

before you install - you'll need

Set FIGRANIUM_API_KEY before connecting. FIGRANIUM_BASE_URL is optional or environment-specific per the README.

Docker

docker run -i --rm ghcr.io/figranium/figranium-mcp:0.1.0

Claude Desktop - add to config

{
  "mcpServers": {
    "figranium-figranium-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/figranium/figranium-mcp:0.1.0"
      ]
    }
  }
}
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 container (OCI image) - can be sandboxed away from your filesystem

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

license GPL-3.0 - declared in the repository

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

03 · What Figranium MCP can do

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

What you can build

With this server connected, an agent can list all task IDs, names, and descriptions registered on the Figranium server, run a saved task by taskId with optional variable overrides, retrieve a summary of past task execution logs and statuses, and list all tasks with configured schedules.

Capability map

Tools grouped from the project's README - what Figranium MCP lets an agent do.

Schedule

6 tools - e.g. List all tasks with configured schedules.; Retrieve overall scheduler state and metadata.; Get active schedule details and next run time for a specific taskId.

schedule_list · schedule_get_all_status · schedule_get_status · schedule_set · schedule_delete · schedule_describe

Task

3 tools - e.g. Create a complete, fully-configured Figranium automation task including sequential action steps, state variables, anti-bot stealth mechanisms, and optional sche; List all task IDs, names, and descriptions…

create_task · task_list · task_execute

run & execute

1 tool - e.g. Retrieve a summary of past task execution logs and statuses.

execution_list

Latest releases

v1.1.1 · 2026-08-23

v1.0.4 · 2026-08-23

v0.1 · 2026-08-05

Initial release of figranium-mcp, providing native browser automation execution capabilities to AI agents via the Model Context Protocol (MCP). · Highlights · Official MCP Registry Support: Distributed under the…

04 · Who maintains Figranium MCP

Figranium MCP is maintained by figranium. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
other - ranked #726 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-23)
registry
io.github.figranium/figranium-mcp (active, first published 2026-08-05)
packages
oci:ghcr.io/figranium/figranium-mcp:0.1.0

06 · Figranium MCP FAQ

Is Figranium MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Figranium MCP do?

With this server connected, an agent can list all task IDs, names, and descriptions registered on the Figranium server, run a saved task by taskId with optional variable overrides, retrieve a summary of past task execution logs and statuses, and list all tasks with configured schedules.

How do I install Figranium MCP?

Run `docker run -i --rm ghcr.io/figranium/figranium-mcp:0.1.0`. The README documents 2 environment variables (FIGRANIUM_BASE_URL, FIGRANIUM_API_KEY) to set first. Set FIGRANIUM_API_KEY before connecting. FIGRANIUM_BASE_URL is optional or environment-specific per the README. You can also paste the ready-made client config above.

07 · Alternatives to Figranium MCP

More MCP servers to compare · Filekiwi MCP Server · Blank Files MCP · Mermaid MCP App · fipeX MCP

More JavaScript MCP servers · Firecrawl MCP Server · Flagrix · Atlas · IFC MCP · see all