axure-mcp-server

six-ben/axure-mcp-server
★ 5 stars TypeScript 🔍 Search Updated 15d ago
MCP server for extracting public Axure content with multi-page crawling and OCR fallback.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "axure-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "six-ben/axure-mcp-server"
      ]
    }
  }
}