CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnJobsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Jobs
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. MCP
  2. /
  3. Gemini Docs

Gemini Docs

Editor's Note

Indexes the entire Google Gemini API documentation into a local SQLite database with full-text search, so you can query it without leaving your editor. Scrapes ai.google.dev/gemini-api/docs on startup, processes every page, and builds an FTS5 index for fast lookups. Exposes three tools: search_documentation for full-text queries, get_capability_page to list or fetch specific docs, and get_current_model for quick access to model documentation. Runs as either a remote HTTP server (deployed to Cloud Run or similar) or in local stdio mode. The database persists to disk, so subsequent startups are faster. Useful when you're building with Gemini and need to reference embeddings syntax, model capabilities, or API parameters without context switching to a browser.

Install

claude mcp add --transport stdio philschmid-gemini-api-docs-mcp uvx gemini-api-docs-mcp
GitHub Stars100
Votes
0
View on GitHub

Comments

Login to comment

Related Web & Browser Automation MCP Servers

View all →
Chrome DevTools

chromedevtools/chrome-devtools-mcp

0
39.8k
Provides a local MCP server to control Chrome DevTools for automation, debugging, and performance analysis.
Playwright

microsoft/playwright-mcp

0
32.6k
Provides a Playwright-based MCP server that enables persistent, structured browser automation via accessibility snapshots.
Chrome

hangwin/mcp-chrome

1
11.6k
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search.
BrowserTools

agentdeskai/browser-tools-mcp

0
7.2k
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
Playwright

executeautomation/mcp-playwright

0
5.5k
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
Playwriter

remorses/playwriter

0
3.5k
Provides browser automation through a Chrome extension, enabling Playwright control of connected tabs via a local relay.