Gemini MCP Server
@muckitymuck
关于 Gemini MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gemini-mcp-server-muckitymuck": {
"url": "https://example.com",
"prompt": "Describe what you see on this webpage"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Gemini MCP Server?
A multi-context processing (MCP) server that uses the Gemini API to take screenshots of webpages and analyze them. It is designed for developers who need to capture, tag, and retrieve webpage screenshots along with AI-generated descriptions and metadata.
How to use Gemini MCP Server?
Clone the repository, create a .env file based on .env.example, run npm install, then npm run build, and start the server with npm start. Screenshots are captured by sending a POST request to /process with a URL and a prompt, and can be retrieved via GET /screenshots endpoints.
Key features of Gemini MCP Server
- Screenshot and analyze webpages using the Gemini API
- Add tags and metadata to screenshots
- Retrieve screenshots by ID or with filtered queries
Use cases of Gemini MCP Server
- Capture initial page states for visual regression testing
- Archive webpage visuals with AI-generated descriptions for auditing
- Build a searchable gallery of webpage screenshots filtered by tags or metadata
FAQ from Gemini MCP Server
What does the server do?
It takes a screenshot of a given URL, sends it to the Gemini API along with a user-provided prompt, and returns the screenshot, tags, and metadata.
What are the dependencies?
Node.js, a Gemini API key, and access to a Supabase project (for storing screenshots and data).
What API endpoints are available?
POST /process to capture and analyze a webpage, GET /screenshots/:id to retrieve a specific screenshot, and GET /screenshots with optional tag or key and value query parameters to filter results.
Where are screenshots stored?
Screenshots are stored in Supabase storage, as indicated by the download_url in the response (e.g., https://yoursupabaseproject.supabase.co/storage/v1/object/public/screenshots/...).
AI 与智能体 分类下的更多 MCP 服务器
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
评论