A local MCP server that runs as a plugin for Astah Professional, a UML modeling tool.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"astah-pro-mcp": {
"command": "npx",
"args": [
"-y",
"takaakit/astah-pro-mcp"
]
}
}
}
Run in terminal:
claude mcp add astah-pro-mcp npx -y takaakit/astah-pro-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"astah-pro-mcp": {
"command": "npx",
"args": [
"-y",
"takaakit/astah-pro-mcp"
]
}
}
}