Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Gemini MCP Image Generation Server
  • Vertex AI MCP Server
  • Fantasy Premier League MCP Server
  • S3 MCP Server
  • TxtAi Memory Vector Server
Back to MCP Servers
Gemini Thinking MCP Server

Gemini Thinking MCP Server

Public
falahgs/gemini-thinking-mcp

A Model Context Protocol (MCP) server implementation for the Google Gemini language model. This server allows Claude Desktop users to access the powerful reasoning capabilities of Gemini-2.0-flash-thinking-exp-01-21 model.

Verified
javascript
0 tools
May 30, 2025
Updated May 30, 2025

Gemini Thinking MCP Server

A Model Context Protocol (MCP) server implementation for the Google Gemini language model. This server allows Claude Desktop users to access the powerful reasoning capabilities of Gemini-2.0-flash-thinking-exp-01-21 model.

What is Gemini Flash?

Gemini-2.0-flash-thinking-exp-01-21 is a specialized version of Google's Gemini model that's optimized for fast responses while maintaining high quality. It excels at:

  • Mathematical reasoning
  • Logical deduction
  • Step-by-step analysis
  • Structured thinking

Installation

Prerequisites

  • Node.js (v18 or higher)
  • npm
  • Claude Desktop
  • Google Gemini API key

Setup

  1. Clone this repository:
git clone https://github.com/falahgs/gemini-thinking-mcp.git cd gemini-thinking-mcp
  1. Install dependencies:
npm install
  1. Create a .env file with your Google API key:
GEMINI_API_KEY=your-api-key-here
  1. Build the project:
npm run build

Configuring Claude Desktop

To use this MCP server with Claude Desktop, update your Claude Desktop configuration:

  1. Locate your Claude Desktop config file:

    • Windows: %APPDATA%\Claude\claude_desktop_config.json
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  2. Add the following to the mcpServers section:

"gemini-thinking": { "command": "node", "args": ["/path/to/gemini-thinking-mcp/build/index.js"], "env": { "GEMINI_API_KEY": "your-api-key" } }
  1. Restart Claude Desktop to apply the changes.

Usage

Once configured, you can access the Gemini model in your Claude Desktop conversations:

@gemini-thinking Can you help me solve this math problem step by step?

Parameters

You can adjust the model parameters:

  • prompt: Your input text for Gemini (required)
  • max_tokens: Maximum tokens to generate (default: 8192)
  • temperature: Controls randomness (default: 0.2)

Examples

Here are some examples of the Gemini Thinking MCP server setup and usage:

Example 1: Installing MCP Server

MCP Server Installation This example shows the process of installing and configuring the Gemini Thinking MCP server in Claude Desktop environment.

Example 2: Testing Mathematical Problem Solving

Testing Mathematical Solver A demonstration of the MCP server solving a mathematical equation step by step, showing its problem-solving capabilities.

Development

npm run dev # Watch mode npm run build # Build for production npm start # Run the server

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Gemini MCP Image Generation Server
    Gemini MCP Image Generation Server

    A Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 ...

    1 tools
    Added May 30, 2025
  • Vertex AI MCP Server
    Vertex AI MCP Server

    Implementation of Model Context Protocol (MCP) server that provides tools for accessing Google Cloud...

    20 tools
    Added May 30, 2025
  • Fantasy Premier League MCP Server
    Fantasy Premier League MCP Server

    A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users ...

    Added May 30, 2025
  • S3 MCP Server
    S3 MCP Server

    An Amazon S3 Model Context Protocol server that allows Large Language Models like Claude to interact...

    3 tools
    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol (MCP) server implementation for semantic search and memory management using T...

    Added May 30, 2025