toddysoft-connect-mcp-server

toddysoft/toddysoft-connect-mcp-server
★ 0 stars Java API Integration Updated 4d ago
An MCP server for ToddySoft Connect (As it's using the Apache PLC4X API, you can also use it with the open-source drivers)
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}