speckle-mcp
Provides Speckle project and model management, with instructions for sending and receiving data via Archicad's Speckle connector.
Provides Speckle project and model management, with instructions for sending and receiving data via AutoCAD's Speckle connector.
Provides Speckle project and model management, with instructions for sending and receiving data via Blender's Speckle connector.
Provides Speckle project and model management, with instructions for sending and receiving data via QGIS's Speckle connector.
Provides Speckle project and model management, with instructions for sending and receiving data via SketchUp's Speckle connector.
Provides Speckle project and model management, with instructions for sending and receiving data via Unity's Speckle connector.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@speckle-mcplist all projects in my Speckle account"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
speckle-mcp
AI-powered AEC interoperability. Connect Revit, Rhino, AutoCAD, Grasshopper, and more through natural language. Manage projects, models, and versions. Data push/pull is done via native Speckle connectors; this MCP provides instructions and metadata.
Tools
Tool | Description |
| List all accessible Speckle projects |
| Get project details, models, and team |
| Create a new Speckle project |
| List models in a project |
| Get model details with version history |
| Create a new model with discipline |
| Guidance for sending from Revit/Rhino/etc. (does not transfer data) |
| Version info + guidance for receiving (does not pull objects) |
Related MCP server: mcp-server-for-revit
Quick Start
1. Get a Speckle token
Sign up at https://app.speckle.systems, go to Profile -> Personal Access Tokens.
2. Install
git clone https://github.com/Daviidro/speckle-mcp.git
cd speckle-mcp
uv sync3. Configure Claude Desktop
{
"mcpServers": {
"speckle": {
"command": "uv",
"args": ["run", "speckle-mcp"],
"cwd": "D:/speckle-mcp",
"env": {
"SPECKLE_TOKEN": "your-token-here",
"SPECKLE_SERVER": "app.speckle.systems"
}
}
}
}Supported Platforms
Speckle Server: app.speckle.systems (public) or self-hosted
Connectors: Revit, Rhino, Grasshopper, AutoCAD, Archicad, Blender, SketchUp, Unity, Unreal, Power BI, QGIS, Excel
License
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
- Alicense-qualityDmaintenanceAI-powered MCP server that enables Claude and other LLMs to interact directly with construction documents, drawings, and specifications through advanced RAG and hybrid search capabilities.7MIT
- Flicense-qualityCmaintenanceNode.js MCP server enabling AI assistants to interact with Autodesk Revit for model operations, data queries, and sketch-to-building generation via LLM.231
- Flicense-qualityCmaintenanceEnables natural language control of Autodesk Revit through an AI-powered MCP server, allowing creation of walls, rooms, floor plans, and dimensions using conversational commands.
- Flicense-qualityCmaintenanceMCP server that connects an LLM assistant to Autodesk Civil 3D via COM, enabling direct manipulation of surfaces, alignments, COGO points, layers, profiles, and more through natural language.
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for generating rough-draft project plans from natural-language prompts.
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/Daviidro/speckle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server