Back to Apps

URL Context MCP
Supports UIby nanameru
Analyze and summarize URL content using Google Gemini's URL Context and Google Search grounding.
0 stars
Works in:CursorVS Code CopilotGooseWindsurf
Exposes:Tools
What it does
URL Context MCP connects your AI assistant to Google Gemini's powerful URL Context capability. It allows the AI to fetch, analyze, and summarize the content of specific URLs with high precision, ensuring that the AI is grounded in the actual content of the web pages it references.
Tools
analyze_urls: Fetches and analyzes one or more URLs (up to 20). It supports custom instructions for the summary and optional integration with Google Search for broader grounding.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"URL-Context-MCP": {
"command": "npx",
"args": ["@taiyokimura/url-context-mcp@latest"],
"env": { "GOOGLE_API_KEY": "your-api-key" }
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code Copilot
- Goose
- Windsurf
Quick install
npx @taiyokimura/url-context-mcp@latestInformation
- Pricing
- free
- Published
- 5/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Goose
Add as custom extension (STDIO) using npx @taiyokimura/url-context-mcp@latestCursor
Add to .cursor/mcp.json with GOOGLE_API_KEY env varWindsurf
Add via Windsurf MCP configurationClaude Desktop
Add to claude_desktop_config.json using npx @taiyokimura/url-context-mcp@latestVS Code Copilot
Install via VS Code MCP installation link or CLI





