MCP Server Collection

Model Context Protocol (MCP) servers extend Gemini CLI with additional capabilities. Browse our curated collection to enhance your workflow.

What are MCP Servers?

MCP servers are plugins that give Gemini CLI access to external tools and services. They enable functionality like file system operations, web browsing, database queries, and more.

Learn how to integrate MCP servers →

File System

filesystem-mcp

Beginner

Advanced file system operations with search and manipulation

Features:

File searchDirectory traversalContent manipulationBatch operations
View on GitHub

git-mcp

Intermediate

Git repository operations and version control

Features:

Commit historyBranch managementDiff viewingStatus tracking
View on GitHub

Web & APIs

fetch-mcp

Beginner

Web scraping and API interactions

Features:

HTTP requestsWeb scrapingAPI integrationResponse parsing
View on GitHub

browser-mcp

Advanced

Browser automation and web interaction

Features:

Page navigationElement interactionScreenshot captureJavaScript execution
View on GitHub

Development Tools

sqlite-mcp

Intermediate

SQLite database operations

Features:

Query executionSchema managementData manipulationTransaction support
View on GitHub

docker-mcp

Advanced

Docker container management

Features:

Container controlImage managementLog viewingNetwork operations
View on GitHub

Productivity

memory-mcp

Beginner

Persistent memory and note-taking

Features:

Note storageMemory retrievalContext preservationSearch functionality
View on GitHub

time-mcp

Beginner

Time and date operations

Features:

Current timeTimezone conversionDate calculationsScheduling
View on GitHub

How to Install MCP Servers

1. Install the MCP server:

# Example: Install filesystem MCP server

npm install -g @modelcontextprotocol/server-filesystem

2. Configure in Gemini CLI:

gemini config add-server filesystem

3. Verify installation:

gemini list-servers

Full MCP Integration Guide

Build Your Own MCP Server

Can't find what you need? Learn how to create custom MCP servers for your specific use cases.

MCP Development Guide