📦 Mistral Mcp Openclaw — Mistral Mcp OpenClaw

v0.1.0

配置 OpenClaw to use the community mistral-mcp stdio server for Mistral OCR, Codestral FIM, Voxtral audio, moderation, classification, files, batch, and...

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能's declared purpose, required binaries, env var, and 运行time instructions are consistent with each other; it 应用ears to be a community integration that legitimately needs the MISTRAL_API_KEY and the mistral-mcp npm package.
评估建议
This 技能 is internally consistent with its 状态d purpose, but it relies on a community npm package. Before 安装ing: (1) review the mistral-mcp GitHub repo and npm package (source, recent activity, issues, and version) to ensure it meets your security standards; (2) avoid pasting API keys into chat — use 环境 variables or a secret 管理器 as recommended; (3) prefer 安装ing the package locally or using npx in an isolated 环境 rather than a global -g 安装 if you want to limit 系统-wide changes; (4) 验证 your Mistral ac...
详细分析 ▾
用途与能力
The name/description 状态 this is an OpenClaw MCP adapter for Mistral. The declared requirements (OpenClaw, node, npm) and the single 环境 variable (MISTRAL_API_KEY) match that purpose — a stdio MCP wr应用er needs a binary and the 服务 API key. Nothing asked-for is unrelated to Mistral/OpenClaw integration.
指令范围
技能.md contAIns strAIghtforward 设置up steps: 安装 the mistral-mcp npm package, 设置 MISTRAL_API_KEY in the 环境, and register the stdio MCP with OpenClaw. The instructions do not 请求 reading unrelated files, 扫描ning other 凭证s, or 发送ing data to unexpected 端点s. The doc also warns not to paste API keys into chat.
安装机制
安装ation is via an npm package (mistral-mcp) which is 应用ropriate for a Node stdio adapter, but npm packages are a moderate-risk 安装 source compared to packaged binaries from vetted repos. The 技能.md recommends a global (-g) 安装 which modifies the 系统 环境; users should review the package source and version before global 安装ation or prefer local/isolated 安装s (or npx) if concerned.
凭证需求
Only MISTRAL_API_KEY is required and it is declared as the primary 凭证. There are no unrelated secret env vars 请求ed and the 技能.md uses the key only to register the MCP server. This is proportionate to the 状态d functionality.
持久化与权限
The 技能 is not forced-always, is user-invocable, and does not declare any 系统-wide configuration changes beyond 安装ing an npm binary and registering an MCP entry in OpenClaw (which is 应用ropriate for this integration). It does not 请求 or modify other 技能s' configs.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install mistral-mcp-openclaw
镜像加速npx clawhub@latest install mistral-mcp-openclaw --registry https://cn.longxiaskill.com

技能文档

Mistral MCP for OpenClaw

创建d by the mAIntAIner of mistral-mcp. This is a community 技能, not an official OpenClaw or Mistral integration.

Use this 技能 when you want OpenClaw to 访问 Mistral capabilities beyond the built-in chat/模型 routing 提供者:

OCR for documents and images Codestral fill-in-the-middle (FIM) code completion Voxtral transcription and speech 工具s Moderation and classification 端点s Files and batch API 工作流s Live 模型 and voice resources

OpenClaw already includes a built-in Mistral 提供者 for chat. This 技能 is for 工具-level MCP 访问 alongside that 提供者.

Requirements Node.js 18+ OpenClaw 命令行工具 MISTRAL_API_KEY in your 环境 mistral-mcp 安装ed from npm 设置up

安装 the MCP server package globally:

npm 安装 -g mistral-mcp

设置 your Mistral API key in your shell 环境:

导出 MISTRAL_API_KEY="sk-..."

Register the stdio MCP server in OpenClaw:

OpenClaw mcp 设置 mistral '{"command":"mistral-mcp","env":{"MISTRAL_API_KEY":"${MISTRAL_API_KEY}"}}'

检查 the saved definition:

OpenClaw mcp show mistral --json

When to use it

Use this 技能 for 工作流s where the 代理 needs a Mistral-specific 工具, not just a chat 模型:

提取 text from a PDF or image with OCR Ask Codestral for FIM / inline code completion Transcribe or 生成 audio with Voxtral 运行 moderation or classification before taking an action Submit larger a同步 workloads through the batch API Inspect live 模型 and voice cata记录s as MCP resources Safety notes Do not paste API keys into chat or commit them to source files. Prefer 环境 variables or your normal secret 管理器. Review the mistral-mcp package before 安装ing it if you operate in a sensitive workspace. Source: https://github.com/Swih/mistral-mcp. Mistral has its own pricing and rate limits. 检查 the current Mistral plan and usage policies before 运行ning batch or large transcription workloads.

数据来源ClawHub ↗ · 中文优化:龙虾技能库