An MCP server for ToddySoft Connect (As it's using the Apache PLC4X API, you can also use it with the open-source drivers)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"toddysoft-connect-mc": {
"command": "npx",
"args": [
"-y",
"toddysoft/toddysoft-connect-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add toddysoft-connect-mc npx -y toddysoft/toddysoft-connect-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"toddysoft-connect-mc": {
"command": "npx",
"args": [
"-y",
"toddysoft/toddysoft-connect-mcp-server"
]
}
}
}