AI Skill Hub 推荐使用:MCP工具 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
自动化Power Platform开发工作
MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
自动化Power Platform开发工作
MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/TALXIS/tools-cli
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"mcp--": {
"command": "npx",
"args": ["-y", "tools-cli"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 MCP工具 执行以下任务... Claude: [自动调用 MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"mcp__": {
"command": "npx",
"args": ["-y", "tools-cli"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
dotnet --version should show 10.0.x+)pwsh) — required by template post-action scriptstxc env component layer list --entity account --attribute revenue txc env component dep delete-check --entity tom_project ```
dnx TALXIS.CLI -- workspace explain
dotnet tool install --global TALXIS.CLI txc workspace explain ```
---
txc env sln import ./out/MySolution_managed.zip ```
[!IMPORTANT] Component scaffolding relies on the TALXIS/tools-devkit-templates repository, where all component types, metadata, and definitions are maintained.
The environment commands below assume you have an active profile (see above). Pass --profile <name> to override for a single call.
txc env pkg import TALXIS.Controls.FileExplorer.Package txc env deploy get --package-name TALXIS.Controls.FileExplorer.Package
txc env pkg uninstall TALXIS.Controls.FileExplorer.Package --yes
**Solution round-tripping and component inspection:**
sh
[!IMPORTANT] txc runs on modern .NET across macOS, Linux, and Windows — including Dataverse Package Deployer and Configuration Migration Tool (CMT), which traditionally require Windows.
txc commands fall into two layers:
| Layer | Purpose | Speed | Commands |
|---|---|---|---|
| **Workspace** | Scaffold & manage components locally in your repo | Instant (local) | txc workspace … |
| **Environment** | Synchronize with and operate on a live Dataverse environment | Minutes | txc env …, txc data … |
The recommended workflow: Use txc workspace to create and modify components locally (entities, attributes, solution structures), then deploy to the environment with txc env. This is dramatically faster than round-tripping every change through a live org — especially for coding agents that make dozens of changes per session.
The environment layer is organised into three planes:
| Plane | What it covers | Commands |
|---|---|---|
| **Control** | Environment settings, feature toggles, governance | txc env setting … |
| **Application** | Solutions, packages, deployments, schema management | txc env sln …, txc env pkg …, txc env deploy …, txc env entity … |
| **Data** | Records, queries, bulk operations, CMT import/export | txc env data …, txc data … |
txc workspace component create pp-entity \ --param Behavior=New \ --param PublisherPrefix=tom \ --param LogicalName=location \ --param DisplayName=Location \ --param DisplayNamePlural=Locations
txc env sln import ./Solutions/MySolution_managed.zip --profile customer-b-prod
txc data pkg import ./data-package \ --batch-mode # ExecuteMultiple batching (vs one-by-one) \ --batch-size 500 # records per batch (default: 200) \ --connection-count 4 # parallel service channels \ --override-safety-checks # skip duplicate detection \ --prefetch-limit 100 # pre-cache record lookups
txc data pkg convert --input export.xlsx --output data.xml ```
See docs/configuration-migration.md for the full deep-dive into CMT internals, deduplication logic, and tuning strategies.
[!WARNING] This project is currently in a development phase and not ready for production use. While we actively use these tools internally, our aim is to share and collaborate with the broader community to refine and enhance their capabilities. We are in the process of gradually open-sourcing the code, removing internal dependencies to make it universally applicable. At this stage, it serves as a source of inspiration and a basis for collaboration. We welcome feedback, suggestions, and contributions through pull requests. If you wish to use this project for your team, please contact us at hello@networg.com for a personalized onboarding experience and customization to meet your specific needs.
---
TALXIS DevKit CLI (txc) is a code-first toolkit for Power Platform and Dataverse development. Scaffold components locally, validate with builds, and synchronize to a live environment.
For scripting, CI/CD pipelines, or when you prefer manual control:
```sh
txc workspace component type list txc workspace component explain pp-entity
txc env sln import ./src/MySolution/
txc env sln get MySolution txc env sln component list MySolution --type entity
高质量的MCP工具,自动化开发工作流程
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,MCP工具 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | tools-cli |
| 原始描述 | 开源MCP工具:DevKit (TXC) CLI and MCP Server for automation of Power Platform developer workf。⭐16 · C# |
| Topics | MCPPower PlatformC# |
| GitHub | https://github.com/TALXIS/tools-cli |
| License | MIT |
| 语言 | C# |
收录时间:2026-05-25 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端