APS MCP Server
aps-mcp-服务器
使用 Node.js 构建的实验模型上下文协议服务器,提供对Autodesk 平台服务API 的访问,并使用新的安全服务帐户功能进行细粒度的访问控制。

发展
先决条件
APS 应用程序凭据(必须是服务器到服务器应用程序类型)
设置
克隆此存储库
安装依赖项:
yarn install构建 TypeScript 代码:
yarn run build在该项目的根文件夹中创建一个*.env*文件,并添加您的 APS 凭据:
APS_CLIENT_ID- 您的 APS 应用程序客户端 IDAPS_CLIENT_SECRET- 您的 APS 应用程序客户端机密
创建一个新的服务帐户:
npx create-service-account ssa-test-user John Doe该脚本将输出新创建的服务帐户的电子邮件,以及一堆环境变量
在*.env*文件中添加或覆盖新的环境变量
APS_SA_ID- 您的服务帐户 IDAPS_SA_EMAIL- 您的服务帐户电子邮件APS_SA_KEY_ID- 您的服务帐户密钥 IDAPS_SA_PRIVATE_KEY- 您的服务帐户私钥
邀请服务帐户电子邮件作为新成员加入您的 ACC 项目
与 Inspector 一起使用
运行模型上下文协议检查器:
yarn run inspect点击
Connect以启动此 MCP 服务器并连接到它
与 Claude Desktop 一起使用
确保已安装Claude Desktop
如果您还没有 Claude Desktop 配置文件,请创建一个:
在 macOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%\Claude\claude_desktop_config.json
将此 MCP 服务器添加到配置中,使用系统上build/server.js文件的绝对路径,例如:
{
"mcpServers": {
"autodesk-platform-services": {
"command": "node",
"args": [
"/absolute/path/to/aps-mcp-server/build/server.js"
]
}
}
}打开 Claude Desktop,并尝试以下一些测试提示:
我可以访问哪些 ACC 项目?
为我提供 XYZ 项目所有问题的可视化仪表板
有关如何将 MCP 服务器添加到 Claude Desktop 的更多详细信息,请参阅官方文档。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceNode.js server implementing Model Context Protocol (MCP) for filesystem operations.14485,48789,405Inno Setup
- Flicense-qualityDmaintenanceA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
- -licenseAquality-maintenanceA comprehensive Node.js server implementing Model Context Protocol (MCP) that enables filesystem operations, process management, and terminal session handling with an enterprise-grade security approach.14485,487
- Flicense-qualityBmaintenanceA remote Model Context Protocol server that lets Claude on claude.ai browse your Autodesk Construction Cloud (ACC) hubs/projects/files and hand you a link that opens the actual model in a hosted Autodesk Viewer page.
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/petrbroz/aps-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server