VOOZH about

URL: https://apify.com/bhansalisoft/gemini-ai-mcp-server

⇱ Gemini AI MCP SERVER Β· Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Gemini AI MCP SERVER

Gemini AI MCP SERVER unique tool for Gamini AI functionality integration with apify and other AI tool.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ bhansalisoft

bhansalisoft

Maintained by Community

Actor stats

1

Bookmarked

41

Total users

2

Monthly active users

7 months ago

Last modified

Share

πŸš€ Gemini AI MCP Server

The Gemini AI MCP Server integrates Google’s Gemini language models with Apify’s automation platform using the Model Context Protocol (MCP). This actor acts as a bridge between scraping workflows and AI analysis, allowing real-time natural-language understanding, data summarization, classification, and structured extraction within your Apify or AI pipelines.

🧠 Key Features

βœ… Gemini API integration Seamlessly connects with Google’s Gemini models (gemini-2.5-flash, etc.) using your API key.

βœ… Real-time AI data processing Analyze and interpret scraped datasets as soon as they’re collected β€” directly in your Apify workflows.

βœ… Flexible prompt customization Define tasks such as summarization, sentiment analysis, categorization, or structured extraction using natural language.

βœ… Apify workflow integration Run any Apify Actor (e.g., bhansalisoft~google-map-business-scraper) and automatically analyze its dataset output using Gemini AI.

βœ… Secure key storage Users can safely add, update, or verify their Gemini API key using interactive MCP tools.

βœ… Structured output for automation Return JSON-formatted results suitable for further processing or database insertion.

🧩 Tools Exposed by MCP Server

Tool nameDescription
save_gemini_api_key(api_key)Saves the user-provided Gemini API key locally for persistent sessions.
gemini_statusChecks if the saved API key is valid and the model responds correctly.
scrape_and_analyze(apify_actor_id, input_json, task_prompt)Runs an Apify scraper actor, fetches dataset results, and analyzes them via Gemini AI.
gemini_analyze_text(task, text)Analyze raw text with Gemini (summarization, sentiment, etc.).
gemini_analyze_url(url, task)Fetches a web page, extracts text, and performs Gemini analysis.
gemini_categorize(labels_json, text)Categorizes text into provided labels and returns label + confidence.
gemini_structured_extract(text, schema_json)Extracts structured data based on a given JSON schema.
gemini_embed_text(text)Returns an embedding vector for semantic search or clustering.
gemini_set_defaults(model, temperature)Updates the default Gemini model and temperature used by the server.
summarize_scraped_data(json_data)Summarizes pre-scraped JSON data using Gemini AI.

πŸ” MCP Connection Configuration (Claude Desktop / LangGraph)

MCP SERVER URL Will be

https://bhansalisoft--gemini-mcp-server.apify.actor/mcp

Add to your claude_desktop_config.json:

{
"mcpServers":{
"gemini-mcp-server":{
"command":"npx",
"args":[
"mcp-remote",
"https://bhansalisoft--gemini-mcp-server.apify.actor/mcp?token=[Your APIFY KEY]"
]
}
}
}

After connection, all Gemini tools will appear automatically in your MCP client.

Demo Videos

Check Demo video using TEST MCP Client

Check Demo using MCP inspector Tools

You might also like

Slack MCP SERVER

bhansalisoft/slack-mcp-server

Slack AI MCP SERVER unique tool for integration slack tool into AI based automation.

Google Sheet MCP SERVER

bhansalisoft/google-sheet-mcp-server

Google Sheet MCP SERVER for unique tool for Google Sheet integration with all functionality on Any AI Tool

21

Discord MCP Server

bhansalisoft/discord-mcp-server

Discord MCP Server unique tool for integration Discord tools into AI based automation.

MCP Server: Rss

dltik/mcp-server-rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: Github

dltik/mcp-server-github

MCP Server: Github: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.01/tool-call.

AI Content MCP Server

alizarin_refrigerator-owner/ai-content-mcp-server

AI-ready content generation with 6 specialized tools. Generate text with Claude/Gemini, create images with Imagen/DALL-E, extract structured data from any URL, and enrich leads with AI - all through a unified MCP interface.

Excel Mcp Server

lovely_radiologist/excel-mcp-server

MCP Server: Arxiv

dltik/mcp-server-arxiv

MCP Server: Arxiv: an MCP server exposing 5 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

nova-mcp-server

sambehnke/nova-integrations-mcp-server

Transform AI agents with tools that enhance real-world functionality. Dynamic MCP server loads YOUR chosen Apify actors from key-value stores. Perfect for Retell.ai, Claude & any agent needing business automation & workflow integration.

πŸ‘ User avatar

Nova Integrations

4

MCP Server: Wikipedia

dltik/mcp-server-wikipedia

MCP Server: Wikipedia: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

Related articles

Best MCP servers for developers
Read more
Build and deploy MCP servers in minutes with a TypeScript template
Read more