aps-aecdm-mcp-dotnet
@JoaoMartins-callmeJohn
About aps-aecdm-mcp-dotnet
.NET MCP Server to connect with Claude Desktop and AEC Data Model API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aecdm": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\Users\\...mcp-server-aecdm.csproj",
"--no-build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
Comments