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-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
コメント