MCP server plugin for Archi (ArchiMate modelling tool) — enables AI assistants to read and modify ArchiMate models
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"archi-mcp-server": {
"command": "npx",
"args": [
"-y",
"JesseLeresche/archi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add archi-mcp-server npx -y JesseLeresche/archi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"archi-mcp-server": {
"command": "npx",
"args": [
"-y",
"JesseLeresche/archi-mcp-server"
]
}
}
}