aps-aecdm-mcp-dotnet
@JoaoMartins-callmeJohn
aps-aecdm-mcp-dotnet について
.NET MCP Server to connect with Claude Desktop and AEC Data Model API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"aecdm": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\Users\\...mcp-server-aecdm.csproj",
"--no-build"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント