Skip to main content
Glama

Cove Sensory MCP

Cove Sensory MCP——给纯文本 LLM 一双眼睛和耳朵 is a local stdio MCP server that lets an Agent ask configured multimodal providers to inspect an explicitly supplied image, video, audio file, or music file. It is a sensory layer only: it does not provide chat, memory, personality, playback, continuous monitoring, or a calling policy.

Install and connect from source

This repository is distributed as source code. It does not require a packaged desktop app or a standalone installer. Install Git, Python 3.11+, and uv, then clone and set up the locked environment:

git clone https://github.com/moonlin1213/cove-sensory-mcp.git
cd cove-sensory-mcp
uv sync --locked
uv run cove-sensory-mcp doctor
uv run cove-sensory-mcp print-config --client generic

Supported renderers are generic, codex, claude-desktop, and claude-code. Copy the printed local stdio entry into your client, restart it, then ask the Agent to call sensory_setup_guide. Official configuration references: Codex MCP, Claude Desktop, and Claude Code MCP. Client surfaces change independently; if a surface does not support local stdio MCP, run the server from a compatible host instead.

Run later commands from the cloned repository with uv run cove-sensory-mcp .... FFmpeg is optional for initial setup and image sensing, but video/audio preparation requires a working system FFmpeg discoverable on PATH or configured locally.

Do not paste an API key into chat. Run cove-sensory-mcp configure in a local terminal: hidden input goes to the operating-system credential store, while env:VARIABLE_NAME stores only the variable name. Add each readable local directory separately with cove-sensory-mcp configure paths.

Related MCP server: image-vision-mcp

Choose the eyes and ears

  • Gemini can be an eye for images/video and an ear for video audio, ordinary audio, and music.

  • MiniMax-M3 can be an image/native-video eye; it is not treated as an ear, so choose a separate audio provider for a video's soundtrack.

  • A custom provider must declare capabilities and pass the tiny-media self-test before those capabilities are advertised. The self-test sends project-created media, can incur a small API cost, and requires confirmation.

Media is sent only to the selected, authorized Provider. Its privacy policy, retention, region, and billing rules apply. Cross-provider fallback is never inferred. Local paths must be absolute and within configured roots. URLs must be direct HTTPS media URLs; redirects, credentials, private networks, localhost, and metadata endpoints are blocked.

Tools

The seven public tools are:

  • sensory_status — show redacted, verified capability status.

  • sensory_setup_guide — explain missing local setup without requesting secrets.

  • sensory_self_test — verify selected capabilities using tiny included media.

  • sense_image — inspect an authorized image; e.g. “read the visible labels.”

  • sense_video — inspect visuals and, when configured, its audio timeline.

  • sense_audio — describe speech and non-speech events in an audio clip.

  • sense_music — describe structure, rhythm, instrumentation, and key moments.

Run cove-sensory-mcp doctor for local configuration, credential-presence, cache, and FFmpeg diagnostics. It never prints secret values or contacts a Provider. The optional FFmpeg download stays disabled until each platform binary has audited provenance; a working system FFmpeg can be used meanwhile.

Uninstall and privacy

Remove the cove-sensory-mcp Python tool with the installer you used, or run the standalone installer's uninstall command. Uninstall preserves configuration and OS credentials unless you explicitly request data removal. Temporary derived media is request-scoped and removed after completion; the original is never modified.

The project is Apache-2.0. Dependencies and FFmpeg keep their own licenses; see THIRD_PARTY_NOTICES.md. Please read SECURITY.md before processing untrusted media.

Development

uv sync --group dev
uv run pytest
uv run ruff check src tests scripts
uv run mypy src/cove_sensory_mcp
A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Local MCP server that compresses images and videos, extracts video frames, and prepares media for AI vision agents by returning file paths instead of inline base64.
    6
    15
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • MCP server for Producer/Riffusion AI music generation

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

View all MCP Connectors

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/moonlin1213/cove-sensory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server