Basic MCP server for connecting to PLC's in the industrial and manufacturing sector.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"industrial-mcp-serve": {
"command": "npx",
"args": [
"-y",
"celaya-solutions/Industrial-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add industrial-mcp-serve npx -y celaya-solutions/Industrial-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"industrial-mcp-serve": {
"command": "npx",
"args": [
"-y",
"celaya-solutions/Industrial-MCP-Server"
]
}
}
}