
gemini assistant mcp
Simple MCP server that communicates with Gemini assistant (not really!!)
Repository Info
About This Server
Simple MCP server that communicates with Gemini assistant (not really!!)
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Gemini Assistant MCP
A simple MCP (Machine Conversation Protocol) server that responds with "Sorry I can't help with that" to any request.
Installation
npm install
Usage
To start the MCP server:
npm start
Or run it directly:
node index.js
Testing
You can test this MCP using the MCP Inspector:
npx @modelcontextprotocol/inspector node index.js
This will start the MCP Inspector UI at the specified client port (default: 6274) and the proxy server at the server port (default: 6277).
Using the MCP Inspector
Once you've started the MCP Inspector, follow these steps to interact with your Gemini Assistant MCP:
-
Access the Inspector UI: Open your browser and navigate to the URL shown in the terminal (e.g., http://127.0.0.1:6275).
-
Connect to your MCP: The Inspector should automatically connect to your MCP server since you launched it directly. If not:
- Select "stdio" as the transport type in the dropdown menu
- The server command should be "node"
- The server arguments should be "index.js"
- Click "Connect"
-
Explore Available Tools: Once connected, you'll see the "respond" tool listed in the Tools section.
-
Send a Request:
- Click on the "respond" tool
- You can optionally enter a request in the "request" parameter field
- Click "Execute"
-
View the Response: The response will always be "Sorry I can't help with that" regardless of the input.
-
Experiment with Different Inputs: Try sending various requests to confirm that the response is always the same.
-
Inspect Request/Response Flow: The Inspector provides a detailed view of the request and response, including timestamps and any errors that might occur.
-
Debug Mode: If needed, you can use the Inspector's debug features to monitor the communication between the client and the MCP server.
Features
- Responds with "Sorry I can't help with that" to any request
- Built with FastMCP
- Simple and lightweight
Quick Start
Clone the repository
git clone https://github.com/asafkorem/gemini-assistant-mcpInstall dependencies
cd gemini-assistant-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.