Frame Pulse MCP
Monitors Blender rendering processes, detects thermal spikes, and provides tools to throttle or manage Blender workloads to prevent crashes.
Sends rich, color-coded alerts via Discord webhooks for team-wide render farm monitoring.
Monitors Houdini simulations and provides thermal status and emergency throttling capabilities.
Sends private production pager-style notifications via Telegram bot when system thresholds are exceeded.
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., "@Frame Pulse MCPcheck system health before starting a render"
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.
in progress
🎬 Frame Pulse MCP
AI-native telemetry for creative workstations.
Give your AI assistant (Claude, Hermes, Cursor) a "nervous system" to monitor and govern heavy creative workloads—Blender renders, Unreal builds, Houdini simulations—preventing thermal crashes and lost work during crunch.

🎯 The Problem Frame Pulse Solves
Digital content creation (DCC) tools are resource-intensive. During overnight renders or UE5 lighting builds, workstations overheat, hang, or crash—destroying hours of work and missing deadlines.
Existing tools (Glances, htop) show data. Frame Pulse lets AI act.
Traditional Monitoring | Frame Pulse with AI |
You watch numbers | Claude asks "Is my system safe?" |
Crash after the fact | Throttle before thermal damage |
Manual Task Manager | Natural language "deprioritize Chrome" |
Silent failure | Discord/Telegram alerts at 2AM |
🚀 Quick Start
Option A: Claude Desktop (Recommended)
Clone and install
git clone [https://github.com/idaakiwumi/frame-pulse-mcp.git](https://github.com/idaakiwumi/frame-pulse-mcp.git)
cd frame-pulse-mcp
pip install -r requirements.txtAdd to Claude Desktop config
Windows (MSIX/Store):
%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json**Other possible paths
\AppData\Roaming\Claude\claude_desktop_config.json\AppData\Local\Claude\claude_desktop_config.jsonStandard:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"frame-pulse": {
"command": "py",
"args": [
"-3.14",
"-u",
"C:\\Users\\YOUR_PATH\\frame-pulse-mcp\\src\\frame_pulse\\server.py"
]
}
}
}Then ask Claude: "Check my system status" or "Deprioritize my background apps"
Option B: The "Hero Demo" (Streamlit)
I built a high-fidelity Mission Control Dashboard using Streamlit. While the MCP runs in the background, this dashboard serves as the visual command center for the project.
streamlit run streamlit_app/mission_control.py📱 The "Digital Pager" Ecosystem (Telegram & Discord)
As a Product Architect, I designed Frame Pulse to be "Headless." Creative professionals don't want another window to monitor; they want an assistant that pings them when they are away from their desk.
Telegram Bot: Acts as a private production pager. Get a message on your phone if your CPU hits 90°C while you're grabbing coffee.
Discord Webhooks: Rich, color-coded embeds sent to your studio's Discord server for team-wide render farm monitoring.
Setup: Configure your .env file with your TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID.
🛠️ MCP Tools for AI Agents
Tool | Function | Use Case |
| CPU, RAM, and Thermal scan | "Is it safe to start a 6-hour render?" |
| Identifies Blender, Unreal, Maya, etc. | "What's currently taxing the GPU?" |
| Immediate CPU priority reduction | "CRITICAL: Throttle background apps now." |
| Real-time temperature read | "Am I at risk of a thermal shutdown?" |
🤝 Community & Recognition
**Featured on Lobehub — AI tools discovery platform.
🛠️ Built With
MCP — Model Context Protocol for AI tool interoperability
FastMCP — Python SDK for MCP servers
psutil — Cross-platform system monitoring
Streamlit — Rapid Python dashboarding
📸 Demo
[30-second GIF: Claude asking "Start my render?" → Frame Pulse responding "CAUTION: CPU 89%" → User clicking throttle → Success toast]
🤝 Who's Using This
"Frame Pulse caught a thermal spike before our overnight farm render. Saved us 14 hours of redo work."
— Anonymous VFX Supervisor (via DM)
☕ Support the Mission
If this tool saved your render from thermal throttling, prevented a 3AM crash, or helped your AI agent make hardware-aware decisions—consider fueling continued development:
👩🏽💻 Developed by Ida Akiwumi
Lead Product Designer | Creative Technologist | Narrative Strategist
Translating user friction into product opportunities.
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
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/IdaAkiwumi/frame-pulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server