Back to MCP Servers
Contextpulse
Local-first desktop context server for AI agents. Captures screen (OCR), voice (Whisper), keyboard/mouse activity, and clipboard. Exposes 35 MCP tools for screen capture, voice transcription, activity history, semantic memory, and project detection. Zero cloud dependency. AGPL-3…
workplace-productivityaiagent
By ContextPulse
Installation
npx -y contextpulseConfiguration
{
"mcpServers": {
"contextpulse": {
"command": "npx",
"args": ["-y", "contextpulse"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes