CursorPool
← 返回首页

Google Developer Knowledge MCP Server

The Google Developer Knowledge MCP server gives AI-powered development tools the ability to search Google's official developer documentation and retrieve information for products such as Firebase, Google Cloud, Android, Maps, and more. It ensures code and guidance are up-to-date and based on authoritative context.

cursor.directory·60
MCP

google-developer-knowledge

A remote MCP server that uses the Developer Knowledge API to search Google's developer documentation (search_documents) and retrieve full page content (get_documents).

{
  "mcpServers": {
    "google-developer-knowledge": {
      "url": "https://developerknowledge.googleapis.com/mcp",
      "headers": {
        "X-Goog-Api-Key": "YOUR_API_KEY"
      }
    }
  }
}