APS MCP Server
aps-mcp-server
Node.js で構築された実験的なモデル コンテキスト プロトコルサーバーは、新しいセキュア サービス アカウント機能を使用したきめ細かなアクセス制御により、 Autodesk プラットフォーム サービスAPI へのアクセスを提供します。

発達
前提条件
APS アプリの資格情報(サーバー間アプリケーション タイプである必要があります)
設定
このリポジトリをクローンする
依存関係をインストール:
yarn installTypeScriptコードをビルドする:
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 プロジェクトに新しいメンバーとして招待します
インスペクターと併用
モデルコンテキストプロトコルインスペクターを実行する:
yarn run inspecthttp://localhost:5173を開きます。
このMCPサーバーを起動して接続するには、
Connectクリックします。
Claude Desktop で使用する
Claude Desktopがインストールされていることを確認してください
Claude Desktop 構成ファイルがまだない場合は作成します。
macOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%\Claude\claude_desktop_config.json
システム上のbuild/server.jsファイルの絶対パスを使用して、この MCP サーバーを構成に追加します。例:
{
"mcpServers": {
"autodesk-platform-services": {
"command": "node",
"args": [
"/absolute/path/to/aps-mcp-server/build/server.js"
]
}
}
}Claude Desktop を開き、次のテスト プロンプトのいくつかを試してください。
どのような ACC プロジェクトにアクセスできますか?
プロジェクトXYZのすべての問題を視覚的に表示するダッシュボードを作成してください
Claude Desktop に MCP サーバーを追加する方法の詳細については、公式ドキュメントを参照してください。
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