tools-cli

TALXIS/tools-cli
★ 1 stars C# 💻 Code/Dev Tools Updated 1mo ago
TXC Command Line Interface and MCP Server for automation of Power Platform developer workflows
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tools-cli": {
      "command": "npx",
      "args": [
        "-y",
        "TALXIS/tools-cli"
      ]
    }
  }
}