aps-aecdm-mcp-dotnet
@JoaoMartins-callmeJohn
.NET MCP Server to connect with Claude Desktop and AEC Data Model API
Overview
What is aps-aecdm-mcp-dotnet?
aps-aecdm-mcp-dotnet is a .NET MCP server that connects Claude Desktop with the Autodesk Platform Services (APS) AEC Data Model API and Viewer. It allows users to query AEC data and visualize models using natural language through Claude.
How to use aps-aecdm-mcp-dotnet?
Clone or download the repo, build the project with .NET 8, and add a reference to its .csproj file in the Claude Desktop configuration (claude_desktop_config.json) under mcpServers. Replace the client_id in launchSettings.json with your own APS application key (Single Page application type). Start a Claude task to use the provided tools.
Key features of aps-aecdm-mcp-dotnet
- Obtains a PKCE OAuth2 token for APS API requests
- Retrieves hubs via AEC Data Model API
- Lists projects in a hub
- Fetches element groups by project
- Filters elements within a group by category
- Renders 3D designs with the Viewer tool
- Highlights selected elements in the Viewer
Use cases of aps-aecdm-mcp-dotnet
- Query AEC data from your ACC hub using conversational language
- Retrieve and filter element groups for analysis
- Visualize building models directly within Claude Desktop
- Highlight specific elements to inspect or debug designs
- Automate data extraction from Autodesk Construction Cloud projects
FAQ from aps-aecdm-mcp-dotnet
How do I configure the client ID?
Replace the client_id in the Properties/launchSettings.json file with your own APS application key (Single Page application type).
What prerequisites are needed?
You need Claude Desktop installed, .NET 8 SDK, and the cloned repository built locally.
How do I add the server to Claude Desktop?
Add a mcpServers entry in claude_desktop_config.json with command dotnet and arguments pointing to the .csproj file (e.g., --project "path\mcp-server-aecdm.csproj" --no-build).
What if I can't find my hub?
Provision your APS app in your Autodesk Construction Cloud (ACC) hub first. See the "Provision access in other products" guide.
Do I need to rebuild after code changes?
Yes. End the Claude task, rebuild the solution, then restart Claude for changes to take effect.