Mistral
Createdspeakeasy-api
Enables chatting with Mistral AI using text or text and image inputs via the Model Context Protocol.
About
This TypeScript-based server provides two tools to interact with Mistral AI through the Model Context Protocol (MCP). It allows users to chat with Mistral using text input or a combination of text and image inputs (hosted on public URLs). Designed as a basic example for creating MCP-compatible servers, it's easily integrable with MCP clients such as the Claude desktop application or the Cline VSCode extension, enhancing user interaction with Mistral's AI capabilities.
Key Features
- Compatible with MCP clients like Claude desktop and Cline VSCode.
- 0 GitHub stars
- Offers a mistral_chat_image tool for conversations using both text and image inputs.
- Includes a development environment with auto-rebuild functionality.
- Provides a mistral_chat_text tool for text-based conversations with Mistral.
- Written in TypeScript for maintainability and scalability.
Use Cases
- Building custom interfaces for interacting with Mistral using text and images.
- Integrating Mistral AI capabilities into existing applications via MCP.
- Experimenting with and extending the Model Context Protocol.