What is Litmus MCP Server?
Litmus MCP Server is the official Model Context Protocol (MCP) Server developed by Litmus Automation, designed to enable large language models (LLMs) and intelligent systems to interact with Litmus Edge for device configuration, monitoring, and management.
How to use Litmus MCP Server?
To use the Litmus MCP Server, you can quickly launch it using Docker with the command: docker run -d --name litmus-mcp-server -p 8000:8000 ghcr.io/litmusautomation/litmus-mcp-server:main. You can also configure it in various IDEs like Cursor IDE, Claude Desktop, and VS Code by adding the server URL to their respective configuration files.
Key features of Litmus MCP Server?
- Supports real-time communication via Server-Sent Events (SSE).
- Provides a comprehensive API for device management and configuration.
- Integrates with multiple development environments and tools.
- Allows for easy setup and configuration through Docker.
Use cases of Litmus MCP Server?
- Configuring and managing devices in an industrial IoT environment.
- Monitoring device status and configurations in real-time.
- Integrating with development tools for enhanced productivity in automation tasks.
FAQ from Litmus MCP Server?
- What is the purpose of the Litmus MCP Server?
It facilitates communication between intelligent systems and Litmus Edge for device management.
- Is there documentation available?
Yes, comprehensive documentation can be found at Litmus Docs.
- Can I run it on my local machine?
Yes, it can be easily run locally using Docker.
Server Config
{
"mcpServers": {
"litmus-mcp-server": {
"url": "http://<IP Address>:8000/sse"
}
}
}