
mcp-link
by AuraFriday·★ 24·Score 37
Browser extension + MCP server that enables AI agents to use controlled local/remote tools.
Overview
MCP Link is a comprehensive framework that connects AI agents with real-world tools through a browser extension and optional MCP server. It provides strict user control over which tools are visible and how they're executed, with support for both remote tools (working out-of-the-box) and local tools (requiring server setup). The system includes enterprise-grade security features like user approval workflows, Docker sandboxing, and detailed logging of all tool requests and responses.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose MCP Link when you want AI agents to access real-world tools through a browser interface with granular user control, especially when needing both remote and local tool access with Docker sandboxing capabilities.
When NOT to choose this
Avoid MCP Link if you need an open-source license (the source is visible but not forkable) or if you're looking for a solution without proprietary components or the 'visible source' restriction model.
Tools this server exposes
11 tools extracted from the READMEgeolocationReveals user location using browser GPS or IP
weatherFetches local weather information using user location
adaptive_thinkingHelps agents reflect, revise, and plan actions
cardsDraws random cards for agent decision-making
sqliteRuns semantic and raw SQL queries on user data
ttsSpeaks text using system speakers
sttTranscribes audio from microphone
whatsappSends messages via personal WhatsApp
openrouterProxies multiple AI models via user API keys
ai_chatEnables agent-to-agent chat coordination
dockerIsolates tools and actions in a secure container sandbox
Comparable tools
Installation
Installation
- Install the MCP Link browser extension:
- Download from [GitHub releases](https://github.com/AuraFriday/mcp-link/releases/latest/download/mcp-link.zip) - In Chrome: Enable Developer mode → Load unpacked → Select the 'extension' folder - Pin the extension and accept the EULA
- Add MCP servers to your extension:
- Click the MCP Link extension icon - Add your favorite MCP servers (SSE only)
- For local tools, install the MCP server component:
- Use the included Python 3.9+ server from the 'server' directory - Configure with your desired tools and security settings
FAQ
- What AI platforms does MCP Link support?
- MCP Link supports ChatGPT, Claude, Gemini, Perplexity, Grok, and others through browser enhancement recipes.
- How is tool security ensured?
- MCP Link implements dual-layer security: users must first enable tools in the extension UI, then can choose runtime approval policies (ask every time, allow automatically, or always allow). Optional Docker sandboxing provides additional isolation.
Compare mcp-link with
Last updated · Auto-generated from public README + GitHub signals.