Safe Tp Link Omada MCP MCP Server

Security-first MCP server for TP-Link Omada, with a stdio-first runtime, capability-gated tools, and OpenAPI-based network automation.

Local serverstdio

What is the Safe Tp Link Omada MCP MCP server?

Connect Safe Tp Link Omada MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Security-first MCP server for TP-Link Omada, with a stdio-first runtime, capability-gated tools, and OpenAPI-based network automation. The safe tp link omada mcp mcp server is what makes that connection.

What the server does

Security-focused MCP server for TP-Link Omada Open API workflows.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Task — Command
  • Build — npm run build
  • Inspector — Use the MCP Inspector when you want to test the built server interactively:
  • Device — The Device tool exposed by this server
  • Network — The Network tool exposed by this server

Credentials and setup notes

Configuration is passed through the environment: OMADA_BASE_URL, OMADA_CLIENT_ID, OMADA_CLIENT_SECRET, OMADA_OMADAC_ID, OMADA_SITE_ID, MCP_HTTP_PATH, MCP_HTTP_HEALTHCHECK_PATH, MCP_HTTP_NGROK_AUTH_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

The server ships on npm as npm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Safe Tp Link Omada MCP's toolset — Task, Build, Inspector and 2 more — is a fair guide to whether it matches your workflow. It is maintained by gaspareduard; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
TaskCommand
Buildnpm run build
InspectorUse the MCP Inspector when you want to test the built server interactively:
DeviceThe Device tool exposed by this server.
NetworkThe Network tool exposed by this server.

How to install the Safe Tp Link Omada MCP MCP server

{
  "mcpServers": {
    "omada": {
      "command": "npx",
      "args": ["-y", "npm"],
      "env": {
        "OMADA_BASE_URL": "your-value",
        "OMADA_CLIENT_ID": "your-value",
        "OMADA_CLIENT_SECRET": "your-value",
        "OMADA_OMADAC_ID": "your-value",
        "OMADA_SITE_ID": "your-value",
        "MCP_HTTP_PATH": "your-value",
        "MCP_HTTP_HEALTHCHECK_PATH": "your-value",
        "MCP_HTTP_NGROK_AUTH_TOKEN": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
OMADA_BASE_URLEndpoint or connection string the server talks to.Yes
OMADA_CLIENT_IDConfiguration value read at startup.Optional
OMADA_CLIENT_SECRETCredential the server authenticates with.Yes
OMADA_OMADAC_IDConfiguration value read at startup.Optional
OMADA_SITE_IDConfiguration value read at startup.Optional
MCP_HTTP_PATHFilesystem location the server is allowed to use.Optional
MCP_HTTP_HEALTHCHECK_PATHFilesystem location the server is allowed to use.Optional
MCP_HTTP_NGROK_AUTH_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Safe Tp Link Omada MCP to Task.
  • Use Safe Tp Link Omada MCP to Build.
  • Use Safe Tp Link Omada MCP to Inspector.

Frequently asked questions

OMADA_BASE_URL, OMADA_CLIENT_ID, OMADA_CLIENT_SECRET, and OMADA_OMADAC_ID are required. OMADA_SITE_ID is optional.