Autodesk Platform Services MCP Server

Autodesk Platform Services MCP Server

site icon
2025.04.05 0
TypeScript开发工具API 服务开发效率
Autodesk Platform Services MCP Server 是一个基于 Model Context Protocol (MCP) 的服务,主要用于与 Autodesk Platform Services (APS) 文档交互,特别关注 Model Derivative API。该服务提供了多种工具和提示,帮助开发者更高效地使用 Autodesk 平台服务。
View on GitHub

Overview

基本能力

产品定位

Autodesk Platform Services MCP Server 是一个基于 Model Context Protocol (MCP) 的服务,主要用于与 Autodesk Platform Services (APS) 文档交互,特别关注 Model Derivative API。

核心功能

  • 提供与 Autodesk Platform Services (APS) 文档交互的能力
  • 支持 Model Derivative API 的访问和搜索
  • 提供多种工具和提示,帮助开发者更高效地使用 Autodesk 平台服务

适用场景

  • 开发者需要与 Autodesk Platform Services 文档交互
  • 需要访问和搜索 Model Derivative API 信息
  • 实现 Autodesk Platform Services 工作流

工具列表

工具名称 描述
search_aps_docs 搜索 Autodesk Platform Services 文档
introspect_model_derivative 访问和搜索 Model Derivative API 信息

常见问题解答

无明确常见问题解答部分。

使用教程

使用依赖

需要安装 Node.js 和 npm。

安装教程

使用以下命令运行 Autodesk MCP 服务器:

npx -y @autodesk/dev-mcp@latest

调试方式

  1. 安装依赖:npm install
  2. 修改源文件
  3. 编译:npm run build
  4. 运行测试:npm run test
  5. 添加 MCP 服务器运行命令:node <absolute_path_of_project>/dist/index.js

许可证

该项目遵循 ISC 开源许可条款,请参阅 ISC 了解完整条款。