cove-sensory-mcp
A local stdio MCP server that lets an Agent use configured multimodal providers to inspect images, video, audio, and music files, acting as a sensory layer for text-only LLMs.
README
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.
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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。