Back to Home
sean-jack icon

Agentic-Emotion

Verified Safe

by sean-jack

Overview

An MCP server that enables Claude Code to analyze text and display emotions in a real-time visual window.

Installation

Run Command
python3 /path/to/Agentic-Emotion/mcp-emotion-server/server.py

Environment Variables

  • EMOTION_PIPE_NAME
  • LOG_LEVEL

Security Notes

The server uses local inter-process communication (named pipes on Windows, Unix sockets on macOS/Linux) and `stdio` for MCP communication, significantly limiting network exposure. Text input for emotion analysis is processed by a local AI model (`transformers` pipeline) and keyword matching, without direct `eval` or arbitrary code execution. `pywin32` is a dependency on Windows, which interacts with OS internals but is a standard library.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-03

Tags

MCP ServerEmotion DetectionAI/MLReal-time FeedbackCross-platform