MCP.so
登录

Autodesk Platform Services MCP Server

@Guidogl

关于 Autodesk Platform Services MCP Server

Autodesk Platform Services MCP server

基本信息

分类

其他

许可证

ISC

运行时

node

传输方式

stdio

发布者

Guidogl

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "autodesk-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@autodesk/dev-mcp@latest"
      ]
    }
  }
}

工具

2

Search Autodesk Platform Services documentation

Access and search Model Derivative API information

概览

What is Autodesk Platform Services MCP Server?

An MCP server that interacts with Autodesk Platform Services (APS) documentation, focusing on the Model Derivative API. It provides tools and prompts to search APS documentation and access API information.

How to use Autodesk Platform Services MCP Server?

Run the server via npx with npx -y @autodesk/dev-mcp@latest. Configure it in Cursor or Claude Desktop by adding a JSON entry under mcpServers using the command npx and the same arguments.

Key features of Autodesk Platform Services MCP Server

  • Search Autodesk Platform Services documentation
  • Introspect and search Model Derivative API information
  • Includes a prompt for Model Derivative API tasks
  • Includes a prompt for implementing APS workflows
  • Runs via npx with no manual installation required

Use cases of Autodesk Platform Services MCP Server

  • Quickly find relevant APS documentation during development
  • Explore Model Derivative API endpoints and parameters
  • Get guided assistance with common Model Derivative workflows
  • Integrate APS API knowledge into AI assistants like Claude Desktop or Cursor

FAQ from Autodesk Platform Services MCP Server

How do I install and run the server?

Run npx -y @autodesk/dev-mcp@latest in a terminal. No manual installation is needed.

What tools does it provide?

It provides search_aps_docs for searching APS documentation and introspect_model_derivative for accessing Model Derivative API information.

What prompts are available?

Two prompts: autodesk_model_derivative for Model Derivative API tasks and autodesk_api_workflow for implementing APS workflows.

Can I use this server with Claude Desktop or Cursor?

Yes. Add the provided JSON configuration to the MCP settings of either application.

How do I develop or modify the server?

Clone the repository, run npm install, modify source files, then build with npm run build and test with npm run test. Run the compiled server with node <absolute_path>/dist/index.js.

评论

其他 分类下的更多 MCP 服务器