kukapay/modbus-mcp
An MCP server that standardizes and contextualizes industrial Modbus data.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/modbus-mcpClaude Desktop configuration example:
{
"mcpServers": {
"modbus-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/modbus-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.