diff --git a/assets/images/hyperexecute-mcp/installing-cline.webp b/assets/images/hyperexecute-mcp/installing-cline.webp
new file mode 100644
index 000000000..8bcd93c71
Binary files /dev/null and b/assets/images/hyperexecute-mcp/installing-cline.webp differ
diff --git a/assets/images/hyperexecute-mcp/mcp-add-server.webp b/assets/images/hyperexecute-mcp/mcp-add-server.webp
new file mode 100644
index 000000000..67f9228d4
Binary files /dev/null and b/assets/images/hyperexecute-mcp/mcp-add-server.webp differ
diff --git a/assets/images/hyperexecute-mcp/vs-code-config.webp b/assets/images/hyperexecute-mcp/vs-code-config.webp
new file mode 100644
index 000000000..e29514d87
Binary files /dev/null and b/assets/images/hyperexecute-mcp/vs-code-config.webp differ
diff --git a/assets/images/real-device-app-testing/devicecontrolplusbluetooth.png b/assets/images/real-device-app-testing/devicecontrolplusbluetooth.png
new file mode 100644
index 000000000..c6ac0369d
Binary files /dev/null and b/assets/images/real-device-app-testing/devicecontrolplusbluetooth.png differ
diff --git a/assets/images/real-device-browser-testing/rdbrowserdevicecontrol.png b/assets/images/real-device-browser-testing/rdbrowserdevicecontrol.png
new file mode 100644
index 000000000..b15905184
Binary files /dev/null and b/assets/images/real-device-browser-testing/rdbrowserdevicecontrol.png differ
diff --git a/docs/how-to-use-in-session-testing-tools.md b/docs/how-to-use-in-session-testing-tools.md
index 685b4b40a..2559435e3 100644
--- a/docs/how-to-use-in-session-testing-tools.md
+++ b/docs/how-to-use-in-session-testing-tools.md
@@ -123,9 +123,10 @@ Under Device Control, you'll find multiple options to customize your device's se
1. **Volume**: Adjust the device's volume to your preferred level.
2. **Rotate**: Change the screen orientation between landscape and portrait modes.
3. **Recent Apps** : Available on `iOS 15` and above, this feature allows you to view recent apps. Note that it is not supported on devices that rely on a physical button for accessing recent apps instead of the swipe-up gesture.
+4. **Bluetooth**: Used to enable the bluetooth functionality during the session.
-
+
### Settings
diff --git a/docs/how-to-use-testing-tools-in-session.md b/docs/how-to-use-testing-tools-in-session.md
index 208e8fbce..4c1d747e0 100644
--- a/docs/how-to-use-testing-tools-in-session.md
+++ b/docs/how-to-use-testing-tools-in-session.md
@@ -150,9 +150,10 @@ Under Device Control, you'll find multiple options to customize your device's se
1. **Volume**: Adjust the device's volume to your preferred level.
2. **Rotate**: Change the screen orientation between landscape and portrait modes.
3. **Recent Apps** : Available on `iOS 15` and above, this feature allows you to view recent apps. Note that it is not supported on devices that rely on a physical button for accessing recent apps instead of the swipe-up gesture.
+4. **Bluetooth**: Used to enable the bluetooth functionality during the session.
-
+
### Settings
diff --git a/docs/hyperexecute-mcp-server.md b/docs/hyperexecute-mcp-server.md
new file mode 100644
index 000000000..d3afb6f9e
--- /dev/null
+++ b/docs/hyperexecute-mcp-server.md
@@ -0,0 +1,138 @@
+---
+id: hyperexecute-mcp-server
+title: Introducing HyperExecute MCP Server
+hide_title: false
+sidebar_label: HyperExecute MCP Server
+description: HyperExecute MCP Server is an AI-native test orchestration platform that dramatically simplifies and accelerates your automated testing workflow.
+keywords:
+ - hyperexecute performance testing
+ - hyperexecute
+ - lambdatest
+ - MCP
+ - MCP server
+url: https://www.lambdatest.com/support/docs/hyperexecute-mcp-server/
+site_name: LambdaTest
+slug: hyperexecute-mcp-server/
+---
+
+import CodeBlock from '@theme/CodeBlock';
+import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
+
+
+
+# Getting Started with HyperExecute MCP Server
+HyperExecute MCP Server is an AI-native test orchestration platform that dramatically simplifies and accelerates your automated testing workflow. By leveraging the Model Context Protocol (MCP), it enables seamless integration between AI assistants and your testing environment, reducing setup time from hours to minutes.
+
+## Watch HyperExecute MCP in Action
+
+Get a comprehensive overview of HyperExecute's capabilities by watching our introductory video.
+
+
+
+**Step 4:** Click **Install** on the Cline – The Collaborative AI Coder extension.
+
+**Step 3:** Add Server Name as **MCP-HyperExecute**.
+
+### Interacting with HyperExecute MCP Server
+
+Once connected, you can start using Cline to interact with the HyperExecute MCP Server. A common workflow would be:
+
+**Step 1:** Open your project in VS Code.