Skip to main content
Glama

aps-mcp-server

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

スクリーンショット

YouTubeビデオ

発達

前提条件

設定

  • このリポジトリをクローンする

  • 依存関係をインストール: yarn install

  • TypeScriptコードをビルドする: yarn run build

  • このプロジェクトのルート フォルダーに*.env*ファイルを作成し、APS 資格情報を追加します。

    • APS_CLIENT_ID - APSアプリケーションクライアントID

    • APS_CLIENT_SECRET - APSアプリケーションクライアントシークレット

  • 新しいサービスアカウントを作成します: npx create-service-account ssa-test-user John Doe

    • このスクリプトは、新しく作成されたサービスアカウントのメールと環境変数を出力します。

  • .envファイルに新しい環境変数を追加または上書きします

    • APS_SA_ID - サービスアカウントID

    • APS_SA_EMAIL - サービスアカウントのメールアドレス

    • APS_SA_KEY_ID - サービスアカウントキーID

    • APS_SA_PRIVATE_KEY - サービスアカウントの秘密鍵

  • サービス アカウントのメールを ACC プロジェクトに新しいメンバーとして招待します

インスペクターと併用

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 サーバーを追加する方法の詳細については、公式ドキュメントを参照してください。

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A comprehensive Model Context Protocol server that provides advanced Node.js development tooling for automating project creation, component generation, package management, and documentation with AI-powered assistance.
    Last updated -
    7
    5
    MIT License
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
    Last updated -
    2
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables AI models to access tools through GitHub authentication and provides comprehensive analytics tracking of tool usage, performance, and user behavior.
    Last updated -
    3
  • -
    security
    -
    license
    -
    quality
    A Model Context Protocol server implementation for Autodesk Construction Cloud Build that enables AI assistants to manage construction issues, RFIs, submittals, photos, forms, and costs through natural language.
    Last updated -
    MIT License
    • Apple

View all related MCP servers

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