link-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@link-mcp-serveranalyze this Axure prototype for frontend changes: https://vscn2w.axshare.com/?id=ul0dre&p=3_5%E9%9C%80%E6%B1%82%E6%9B%B4%E6%96%B0&sc=3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
link-mcp-server
MCP server for extracting UI, text, screenshots, and requirements from public links (including Axure prototypes). Designed specifically to empower AI coding assistants (like Cursor) with frontend context.
Features
Screenshot Capture: Automatically takes full-page screenshots of the provided link.
Frontend Analysis: Generates structured Markdown reports tailored for frontend development:
Inferred States (React/Vue state variables)
Components & Interactions
API Integration needs
Change Points (mapping annotations to DOM elements)
DOM Extraction: Extracts visible text blocks and image URLs.
Axure Support: Specially optimized for Axure share links to extract marker annotations and requirement changes.
Works with MCP: Fully compatible with Model Context Protocol clients (Cursor, Claude Desktop, etc.) via stdio.
Related MCP server: axure-mcp-server
Requirements
Node.js >= 18
npm >= 9
Quick Start
npm install
npx playwright install chromium
npm run build
npm startMCP Tools
1) analyze_link_for_frontend
Analyze a public link (like Axure) for frontend development. Returns a screenshot and a frontend-focused markdown analysis.
Input:
{
"url": "https://vscn2w.axshare.com/?id=ul0dre&p=3_5%E9%9C%80%E6%B1%82%E6%9B%B4%E6%96%B0&sc=3"
}Output: Returns two blocks to the AI client:
An
imageblock containing the full-page screenshot.A
textblock containing the Markdown analysis report.
2) link_health
Health check of runtime.
Use in Cursor
Add to MCP config:
{
"mcpServers": {
"link-mcp-server": {
"command": "npx",
"args": ["-y", "link-mcp-server"]
}
}
}Publish to npm
npm login
npm publish --access publicThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAquality-maintenanceEnables AI tools to interact with browsers for enhanced frontend development, providing context to LLMs through tools like API call analysis, screenshots, element selection, and documentation ingestion.Last updated9910
- AlicenseBqualityDmaintenanceExtracts text, image links, and structural content from public Axure share pages to enable AI-powered prototype summarization. It features multi-page crawling and OCR fallback to process image-only designs for downstream LLM analysis.Last updated32410MIT
- Alicense-qualityDmaintenanceEnables AI assistants to capture website screenshots, automate browser interactions, and manage recurring screenshot configurations across 150+ global locations. It also supports AI-powered domain research and visual change monitoring for any web page.Last updated30MIT
- Alicense-qualityCmaintenanceProvides AI agents with deep visibility into a running web page's UI by capturing DOM, styles, and screenshots through a lightweight bookmarklet. It facilitates design-to-code comparisons, accessibility audits, and automated CSS debugging directly within an IDE.Last updated513MIT
Related MCP Connectors
Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/six-ben/link-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server