Back to MCP Servers
Modbus
An MCP server that standardizes and contextualizes industrial Modbus data.
embedded-system
By kukapay
Installation
npx -y modbus-mcpConfiguration
{
"mcpServers": {
"modbus-mcp": {
"command": "npx",
"args": ["-y", "modbus-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes