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 Cline, 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.
People who work with schedule and task and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-14 · ★ 5 · #54 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18
Apache-2.0 · TypeScript 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.
Claude Code
claude mcp add figranium-figranium-mcp -- npx -y figranium-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"figranium-figranium-mcp": {
"command": "npx",
"args": [
"-y",
"figranium-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-04 - young repo, little track record yet
license Apache-2.0 - declared in the repository
npm package figranium-mcp - unscoped; check the name against the project README before installing
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.3.1 · 2026-09-14
Task update contract improvements · Added comprehensive task_update guidance, usage rules, and request examples. · Clarified partial-update semantics, safe retry behavior, and validation workflow. · Reject ID-only…
v1.3.0 · 2026-09-11
Figranium v0.18 support · Updated the task schema and agent guidance for check, uncheck, drag-and-drop, reload, and native select actions. · Added single, double, and right-click support. · Added task-level page…
v1.2.3 · 2026-09-10
Agent task design guidance · Treat task variables as inputs/configuration rather than output fields. · Use Set Variable for runtime state; it can create or update variables. · Require final structured extraction and…
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
- repository
- github.com/figranium/figranium-mcp
- category
- browser automation - ranked #54 of 255 actively-maintained browser automation servers as of 2026-09-18.
- release cadence
- 9 releases in the last 90 days (latest 2026-09-14)
- registry
- io.github.figranium/figranium-mcp (active, first published 2026-08-05 · 2 versions)
- packages
- npm:figranium-mcp
06 · Figranium MCP FAQ
Is Figranium MCP still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 9 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 `npx -y figranium-mcp`. 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.
Does Figranium MCP run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Figranium MCP
Alternatives to Figranium MCP
Maintained browser automation servers if Figranium MCP isn't the fit.
- Chrome DevTools MCP MCP server for Chrome DevTools ★ 52,170 · 2026-09-17
- Server Browser MCP server for browser use access ★ 39,038 · 2026-09-11
- Playwright MCP Playwright Tools for MCP ★ 37,231 · 2026-09-17
- Aihawk AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions. ★ 31,628 · 2026-09-18
- SeleniumBase MCP Stealthy browser automation, testing, and web-scraping via CDP Mode. ★ 13,024 · 2026-09-18
- Mobile MCP MCP server for iOS and Android Mobile Development, Automation and Testing ★ 6,744 · 2026-09-16
Pairs well with
Servers that cover what Figranium MCP doesn't - only shown when the pairing reason fits the companion.
- Firecrawl MCP Server → web scraping companion web scraping · ★ 7,478
- Tavily MCP → web scraping companion web scraping · ★ 2,390
- Codebase Memory → memory companion memory · ★ 43,715
- Memorix → memory companion memory · ★ 785
- Server Filesystem → filesystem companion filesystem · ★ 39,038
- Pdf MCP → filesystem companion filesystem · ★ 135
More browser automation MCP servers · Flyto Core · Expo Android MCP · Chrome Bridge · Gecko MCP · Deepadb
More TypeScript MCP servers · File To PDF · Spectra MCP Server · Firebase MCP · Dyslex Ia · see all