MCP server for extracting public Axure content with multi-page crawling and OCR fallback.
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"
]
}
}
}
Run in terminal:
claude mcp add axure-mcp-server npx -y six-ben/axure-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"axure-mcp-server": {
"command": "npx",
"args": [
"-y",
"six-ben/axure-mcp-server"
]
}
}
}