recit
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., "@recitcapture a screenshot of my desktop"
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.
recit
Record it. Agents see it.
Free, open-source screen recording CLI + MCP server for AI agents. Zero cost. 100% local. No cloud. No API keys.
Features
Screen Recording — Capture full screen, windows, or regions via ffmpeg
Screenshots — Instant PNG capture with JSON metadata output
MCP Server — 5 tools exposed via Model Context Protocol (stdio)
Frame Extraction — Scene-detection key frames for vision model analysis
Event Logging — JSONL event log synced to video clock (clicks, keystrokes, annotations)
Cross-Platform — macOS, Windows, Linux
$0 Cost — No APIs, no cloud, no hosting, no subscriptions
Related MCP server: video-capture-mcp
Quick Start
# For Claude Code
claude mcp add recit -- npx -y @zum-x/recit
# For Cursor / VS Code — add to mcp.json:
{
"mcpServers": {
"recit": {
"command": "npx",
"args": ["-y", "recit"]
}
}
}
# Prerequisites (both free)
brew install ffmpeg # macOS
sudo apt install ffmpeg # Ubuntu/Debian
winget install ffmpeg # WindowsCLI Usage
# Start recording
recit start [--output path] [--fps 15] [--json]
# Stop recording
recit stop <id> [--json]
# Capture screenshot
recit snap [--output path] [--json]
# Extract frames from video
recit frames <video> [--max 20] [--output dir]
# Check recording status
recit status [id]
# Start MCP server
recit mcpMCP Tools
Tool | Description |
| Start screen recording |
| Stop recording, get file path |
| Capture screenshot |
| Extract key frames from video |
| Get recording status or active count |
Architecture
AI Agent (Claude/Codex/Cursor)
│
│ stdio (stdin/stdout)
▼
recit MCP Server (Node.js, local)
│
│ child_process
▼
ffmpeg (free, local)
│
▼
.mp4 / .png saved to user's disk$0 spent. Nothing uploaded. Everything local.
Development
git clone https://github.com/codedbytahir/recit.git
cd recit
npm install
npm test # Run 43 tests
npm run build # Build TypeScriptTech Stack
Layer | Tool | Cost |
Recording | ffmpeg | $0 |
Agent Integration | MCP SDK (stdio) | $0 |
Distribution | npm | $0 |
Code Hosting | GitHub | $0 |
Runtime | Node.js | $0 |
Testing | Vitest | $0 |
License
Apache 2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/codedbytahir/recit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server