diff --git a/docs/content/docs/connectors/table/overview.md b/docs/content/docs/connectors/table/overview.md
index cf1424ed52137..18fa48c232d9a 100644
--- a/docs/content/docs/connectors/table/overview.md
+++ b/docs/content/docs/connectors/table/overview.md
@@ -110,7 +110,7 @@ Flink natively support various connectors. The following tables list all availab
}}">MongoDB |
- 3.6.x & 4.x & 5.x & 6.0.x |
+ 3.6.x & 4.x & 5.x & 6.x & 7.0.x |
Bounded Scan, Lookup |
Streaming Sink, Batch Sink |
diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index d3dd340e2bc63..06f3e6138b017 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -58,7 +58,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
integrate_connector_docs jdbc v3.1
integrate_connector_docs rabbitmq v3.0
integrate_connector_docs gcp-pubsub v3.0
- integrate_connector_docs mongodb v1.2
+ integrate_connector_docs mongodb v2.0
integrate_connector_docs opensearch v1.2
integrate_connector_docs kafka v3.3
integrate_connector_docs hbase v4.0