Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@User Steps MCP ServerGuide me through the manual database backup and migration steps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
User Steps MCP Server
An MCP (Model Context Protocol) server that provides a user_steps tool for Claude. This tool allows the agent to present step-by-step checklists to users and automatically opens an interactive terminal UI for completion.
Installation
1. Build the packages
2. Configure Claude Code
Add the MCP server to your Claude Code configuration. Choose one of these methods:
Option A: Project-level config (.mcp.json in your project root):
Option B: Global config (~/.claude.json):
Option C: Via Claude CLI:
3. Verify installation
Usage
When Claude needs the user to perform manual steps, it will call the user_steps tool, which automatically opens a new terminal window with an interactive checklist UI.
The tool blocks and waits until the user completes the steps or cancels the session.
Companion CLI Controls
Key | Action |
↑/↓ | Navigate steps |
Space/Enter | Toggle step completion |
s | Toggle skip step |
f | Add feedback/notes to step |
c | Cancel session |
Tool Schema
Input
Output
Example Tool Call
License
MIT