SHAFT browser automation, capture, and offline deterministic failure diagnosis
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Java 25 automation framework for Web, Mobile, API, CLI, and Database testing.
SHAFT is a Maven-published Java automation framework that keeps the common test automation plumbing in one place: drivers, synchronization, assertions, configuration, test data, reporting, evidence, and optional agent-assisted workflows.
| Area | Built in |
|---|---|
| UI automation | Browser and mobile driver management, synchronized actions, screenshots, and logs. |
| Service testing | REST and GraphQL API workflows with request, response, and assertion support. |
| System coverage | CLI and Database actions for end-to-end validation beyond the browser. |
| Test design | Assertions, validations, test data handling, and configuration overrides. |
| Reporting | Allure-ready evidence, attachments, execution logs, and accessibility artifacts. |
| Extensions | Opt-in modules for cloud execution, capture, diagnostics, healing, MCP, AI, video, and visual checks, plus an IntelliJ IDEA plugin. |
Java and Maven first, with TestNG, JUnit, and Cucumber integration, and configuration-first defaults for local, grid, cloud, and CI execution. The IntelliJ IDEA plugin is the front door for agent-assisted work: plan from the SHAFT tool window, reuse existing code, review generated blocks, verify locally.
SHAFT ships a first-party skill pack in shaft-skills/ that
routes the full software-testing lifecycle through 30 focused skills. Start
every SHAFT task with $shaft-developer; it selects one lifecycle,
implementation, or MCP/CLI specialist for the immediate output.
Install as a Claude Code plugin (ships the full pack, including the shared
references/ lookups):
From a repository checkout, the SHAFT installer copies the complete pack and shared generated catalogs to every agent-native project directory:
The skills CLI can install all 30 skill directories directly:
Its per-skill install omits the shared generated MCP/CLI catalogs, so prefer
the Claude plugin or SHAFT installer when those lookups are needed. With an
installer client selector, --install-shaft-skills targets .agents/skills,
.claude/skills, or .github/skills for that client. For a multi-host
project, call
shaft_project_init_agents(loop="all", targetDirectory=".", overwrite=false)
through a connected SHAFT MCP client; it creates or updates real host
instruction files while preserving user prose.
On upgrade, the SHAFT installer removes only its seven verifiably owned retired skill folders; it leaves other user skills and files in the native directories intact. It refuses linked or junctioned native skill directories using Windows reparse-point checks, so an install cannot write outside the selected project.
Use direct MCP tools for interactive stateful work, for example
shaft_guide_search with {"query":"page object model","maxResults":3}.
Use SHAFT CLI for repeatable one-shot work:
Exact current MCP names and CLI syntax live in the generated
shaft-mcp-tools.md and
shaft-cli-commands.md
catalogs; skills never guess tool names or parameters.
MIT licensed. See LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/shaft-mcp-2)<a href="https://allmcps.com/mcp/shaft-mcp-2"><img src="https://allmcps.com/api/badge/shaft-mcp-2?style=directory" alt="SHAFT MCP on AllMCPs" /></a>