From 9964b1ccf48efce546c8462cf82759dcf416d516 Mon Sep 17 00:00:00 2001 From: Shaik_Mastan <47546760+Mastan1301@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:02:13 +0530 Subject: [PATCH 1/2] Add google_maps_mcp to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bd21ae38f..d4bb8c2f87 100644 --- a/README.md +++ b/README.md @@ -560,6 +560,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Google Calendar](https://github.com/v-3/google-calendar)** - Integration with Google Calendar to check schedules, find time, and add/delete events - **[Google Calendar](https://github.com/nspady/google-calendar-mcp)** - Google Calendar MCP Server for managing Google calendar events. Also supports searching for events by attributes like title and location. - **[Google Custom Search](https://github.com/adenot/mcp-google-search)** - Provides Google Search results via the Google Custom Search API +- **[Google Maps](https://github.com/Mastan1301/google_maps_mcp)** - Provides Google maps results from Google Places API. - **[Google Sheets](https://github.com/xing5/mcp-google-sheets)** - Access and editing data to your Google Sheets. - **[Google Sheets](https://github.com/rohans2/mcp-google-sheets)** - A MCP Server written in TypeScript to access and edit data in your Google Sheets. - **[Google Tasks](https://github.com/zcaceres/gtasks-mcp)** - Google Tasks API Model Context Protocol Server. From cf5c32e4476d572efe65dd7aae5f5931a7f6a071 Mon Sep 17 00:00:00 2001 From: Shaik_Mastan <47546760+Mastan1301@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:03:23 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4bb8c2f87..85c8ff7c6e 100644 --- a/README.md +++ b/README.md @@ -560,7 +560,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Google Calendar](https://github.com/v-3/google-calendar)** - Integration with Google Calendar to check schedules, find time, and add/delete events - **[Google Calendar](https://github.com/nspady/google-calendar-mcp)** - Google Calendar MCP Server for managing Google calendar events. Also supports searching for events by attributes like title and location. - **[Google Custom Search](https://github.com/adenot/mcp-google-search)** - Provides Google Search results via the Google Custom Search API -- **[Google Maps](https://github.com/Mastan1301/google_maps_mcp)** - Provides Google maps results from Google Places API. +- **[Google Maps](https://github.com/Mastan1301/google_maps_mcp)** - Provides location results using Google Places API. - **[Google Sheets](https://github.com/xing5/mcp-google-sheets)** - Access and editing data to your Google Sheets. - **[Google Sheets](https://github.com/rohans2/mcp-google-sheets)** - A MCP Server written in TypeScript to access and edit data in your Google Sheets. - **[Google Tasks](https://github.com/zcaceres/gtasks-mcp)** - Google Tasks API Model Context Protocol Server.