Archi
Eclipse PDE plugin for Archi that exposes ArchiMate models via MCP protocol, enabling LLMs to query, analyse, and modify Enterprise Architecture models
What is Archi?
Archi is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to eclipse pde plugin for archi that exposes archimate models via mcp protocol, enabling llms to query, analyse, and modify enterprise architecture models
Eclipse PDE plugin for Archi that exposes ArchiMate models via MCP protocol, enabling LLMs to query, analyse, and modify Enterprise Architecture models
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Eclipse PDE plugin for Archi that exposes ArchiMate models v
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx archiConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Archi
The Archi MCP Server is an Eclipse PDE plugin for the Archi Enterprise Architecture modeling tool that exposes ArchiMate models through the MCP protocol via an embedded HTTP server. It provides 72 tools for querying, searching, creating, updating, and laying out elements, relationships, and views — enabling LLMs to analyze and modify live EA models with full undo/redo support and an approval workflow for safe mutations.
Prerequisites
- Archi 5.7 or later installed (archimatetool.com/download)
- Java 21 or later (bundled with Archi on macOS/Windows, or install separately on Linux)
- Claude Code CLI or Claude Desktop as the MCP client
- For Claude Desktop: uv installed for the mcp-proxy helper (curl -LsSf https://astral.sh/uv/install.sh | sh)
- An existing Archi model (.archimate file) to work with
Install the Archi MCP plugin
Download the latest .archiplugin release from the GitHub releases page, then install it in Archi via the plugin manager.
# In Archi: Help > Manage Plug-ins > Install New...
# Select the downloaded .archiplugin file and click OK
# Restart Archi when promptedStart the MCP server in Archi
After restarting Archi with your model open, start the MCP server from the menu. The server listens on localhost port 18090 by default.
# In Archi: MCP Server > Start MCP Server
# Default endpoint: http://127.0.0.1:18090/mcpConfigure Claude Code CLI
Register the Archi MCP server using HTTP transport in Claude Code. The server must already be running in Archi before Claude connects.
claude mcp add --transport http archi http://127.0.0.1:18090/mcpConfigure Claude Desktop (requires proxy)
Claude Desktop requires a stdio transport, so use mcp-proxy via uvx as a bridge to the HTTP server. Install uv first if needed.
{
"mcpServers": {
"archi": {
"command": "uvx",
"args": ["mcp-proxy", "--transport", "streamablehttp", "http://127.0.0.1:18090/mcp"]
}
}
}Adjust server preferences (optional)
Change port, bind address, log level, or enable TLS via Archi's preference panel before starting the server.
# In Archi: Window > Preferences > MCP Server
# Options: Port (default 18090), Bind Address, Auto-Start, Log Level, Enable TLSArchi Examples
Client configuration
Claude Desktop configuration using uvx mcp-proxy to bridge stdio to the Archi HTTP MCP endpoint.
{
"mcpServers": {
"archi": {
"command": "uvx",
"args": [
"mcp-proxy",
"--transport",
"streamablehttp",
"http://127.0.0.1:18090/mcp"
]
}
}
}Prompts to try
Example prompts for querying, analyzing, and modifying your ArchiMate EA model through Claude.
- "Give me an overview of this ArchiMate architecture model"
- "What applications support the Customer Portal capability in this model?"
- "Find all Application Services and list the systems they belong to"
- "Create a new view called 'Payment Processing Flow' and add the relevant elements"
- "Auto-layout and route all connections on the current view"Troubleshooting Archi
Connection refused at http://127.0.0.1:18090/mcp
Ensure the MCP server is started in Archi via MCP Server > Start MCP Server before connecting Claude. The server only runs while Archi is open. Check Window > Preferences > MCP Server to confirm the port matches.
Plugin does not appear in the Archi menu after installation
Verify Archi is version 5.7 or later and Java 21+ is in use. Check Help > Manage Plug-ins to confirm the plugin is listed and enabled. If it appears as failed, check the Archi error log under Help > About Archi > Installation Details > Configuration.
Claude Desktop fails with transport errors via mcp-proxy
Ensure uv and uvx are installed and on PATH (run: uvx --version to test). The mcp-proxy package is fetched automatically by uvx. If the Archi server is on a different port, update the URL in args accordingly.
Frequently Asked Questions about Archi
What is Archi?
Archi is a Model Context Protocol (MCP) server that eclipse pde plugin for archi that exposes archimate models via mcp protocol, enabling llms to query, analyse, and modify enterprise architecture models It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Archi?
Follow the installation instructions on the Archi GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Archi?
Archi works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Archi free to use?
Yes, Archi is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Archi Alternatives — Similar Business Applications Servers
Looking for alternatives to Archi? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Archi 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 Archi?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.