Official MCP server for configuring Litmus instances.
5 stars
Python
Updated Nov 3, 2025
industrial
mcp
mcp-server
Documentation
Litmus MCP Server
The official Litmus Automation Model Context Protocol (MCP) Server enables LLMs and intelligent systems to interact with Litmus Edge for device configuration, monitoring, and management. It is built on top of the MCP SDK and adheres to the Model Context Protocol spec.
Table of Contents
- Getting Started
- Quick Launch (Docker)
- Cursor IDE Setup
- Tools
- Usage
- Server-Sent Events (SSE)
- Litmus Central
- Integrations
- Cursor IDE
- Claude Desktop
- VS Code / Copilot
- Windsurf
---
Getting Started
Quick Launch (Docker)
Run the server in Docker:
bash
docker run -d --name litmus-mcp-server -p 8000:8000 ghcr.io/litmusautomation/litmus-mcp-server:latestCursor IDE Setup
Example mcp.json configuration:
json
{
"mcpServers": {
"litmus-mcp-server": {
"url": "http://:8000/sse",
"headers": {
"EDGE_URL": "https://",
"EDGE_API_CLIENT_ID": "",
"EDGE_API_CLIENT_SECRET": "",
"NATS_SOURCE": "",
"NATS_PORT": "4222",
"NATS_USER": "
- [MCP.so](https://mcp.so/server/litmus-mcp-server/litmusautomation)
---
© 2025 Litmus Automation, Inc. All rights reserved.Similar MCP
Based on tags & features
Trending MCP
Most active this week