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
BeginnerAdvanced file system operations with search and manipulation
Features:
git-mcp
IntermediateGit repository operations and version control
Features:
Web & APIs
fetch-mcp
BeginnerWeb scraping and API interactions
Features:
browser-mcp
AdvancedBrowser automation and web interaction
Features:
Development Tools
sqlite-mcp
IntermediateSQLite database operations
Features:
docker-mcp
AdvancedDocker container management
Features:
Productivity
memory-mcp
BeginnerPersistent memory and note-taking
Features:
time-mcp
BeginnerTime and date operations
Features:
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
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