mcp-google-cse

mcp-google-cse

21

Google Custom Search Engine MCP Server allows language models to perform searches using a Google custom search engine, returning structured search results. Designed as a Model Context Protocol server, it supports tool chaining and multiple installation options. It offers a free quota for 100 searches daily.

What is the free quota for the Google Custom Search Engine MCP Server?

The free quota is 100 searches per day, with each tool call counting as one search.

Can the server return the content of the search results?

No, the server only returns the search results themselves. Content extraction requires additional servers like mcp-server-fetch.

How can I increase the search quota beyond the free limit?

To increase the search quota, you need to set up billing with Google Cloud Platform.

What environment variables are required to use the server?

The required environment variables are API_KEY and ENGINE_ID for the custom search engine.

Is it possible to restrict search results to a specific country or language?

Yes, you can use the COUNTRY_REGION and RESULT_LANGUAGE environment variables to restrict search results to a specific country or language.