Tapir Archicad MCP
MCP server that exposes all Tapir commands to AI models through autogenerated tools
What is Tapir Archicad MCP?
Tapir Archicad MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server that exposes all tapir commands to ai models through autogenerated tools
MCP server that exposes all Tapir commands to AI models through autogenerated tools
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server that exposes all Tapir commands to AI models thro
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx tapir-archicad-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Tapir Archicad MCP
Tapir Archicad MCP is a Python-based MCP server that bridges AI assistants with Archicad's architectural design environment by exposing all Tapir Add-On commands as callable tools. It merges 137 commands from the community Tapir API and the official Archicad JSON API, enabling natural-language control of running Archicad instances. Architects and BIM professionals can query building elements, manage project data, and automate repetitive modeling tasks directly from Claude or any MCP-compatible client without leaving their AI workflow.
Prerequisites
- Python 3.12 or newer installed on the system
- uv package manager installed (pip install uv)
- Archicad running locally with the Tapir Add-On installed and active
- An MCP-compatible client such as Claude Desktop
Install the Tapir Add-On in Archicad
Download and install the Tapir Add-On for your version of Archicad from the official Tapir repository. The add-on must be active and running before the MCP server can connect to it.
Install uv
The server uses uvx (part of uv) to run in an isolated Python environment. Install uv with pip if it is not already present.
pip install uvAdd the server to your MCP client configuration
Open your Claude Desktop config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.json) and add the ArchicadTapir entry. uvx will download and run tapir-archicad-mcp automatically on first use.
{
"mcpServers": {
"ArchicadTapir": {
"command": "uvx",
"args": [
"--from",
"tapir-archicad-mcp",
"archicad-server"
]
}
}
}Restart your MCP client
Fully quit and relaunch Claude Desktop (or your chosen MCP client) so it picks up the new server configuration.
Verify Archicad connection
In the chat window, ask the AI to list active Archicad instances. The server calls discovery_list_active_archicads, which returns the ports of all running Archicad processes.
Tapir Archicad MCP Examples
Client configuration
Add this block to claude_desktop_config.json. No API key or environment variable is required — the server connects to the local Archicad instance over its JSON API port.
{
"mcpServers": {
"ArchicadTapir": {
"command": "uvx",
"args": [
"--from",
"tapir-archicad-mcp",
"archicad-server"
]
}
}
}Prompts to try
These prompts exercise the main Tapir tools — discovery, semantic search, and element retrieval.
- "What Archicad projects do I have open right now?"
- "Using port 19723, get all Wall elements in the current project."
- "Find the Tapir command that lets me move elements and show me its parameters."
- "List all Door elements on the ground floor of the active Archicad project."Troubleshooting Tapir Archicad MCP
The server returns 'No active Archicad instances found'
Make sure Archicad is running and the Tapir Add-On is loaded. Open Archicad, go to Options > Add-On Manager, and confirm Tapir is enabled. Then retry the discovery command.
uvx command not found after installing uv
uv installs binaries into ~/.local/bin (Linux/macOS) or %USERPROFILE%\.local\bin (Windows). Add that directory to your PATH, or reinstall uv with the standalone installer from https://docs.astral.sh/uv/.
Python version error on startup
tapir-archicad-mcp requires Python 3.12+. Run 'python --version' to check. If you have an older version, install Python 3.12 and ensure uvx picks it up by setting UV_PYTHON=python3.12 in the env block of your config.
Frequently Asked Questions about Tapir Archicad MCP
What is Tapir Archicad MCP?
Tapir Archicad MCP is a Model Context Protocol (MCP) server that mcp server that exposes all tapir commands to ai models through autogenerated tools It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Tapir Archicad MCP?
Follow the installation instructions on the Tapir Archicad MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Tapir Archicad MCP?
Tapir Archicad MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Tapir Archicad MCP free to use?
Yes, Tapir Archicad MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Tapir Archicad MCP Alternatives — Similar Developer Tools Servers
Looking for alternatives to Tapir Archicad MCP? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Tapir Archicad MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Tapir Archicad MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.