diff --git a/README.md b/README.md
index f12b657..0970754 100644
--- a/README.md
+++ b/README.md
@@ -131,6 +131,16 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
     </tr>
 </table>
 
+### Cursor
+
+<table>
+    <tr>
+        <td> <img src="https://mintlify.s3-us-west-1.amazonaws.com/cursor/_generated/favicon/apple-touch-icon.png" alt="Icon" width="64" height="auto" /> </td>
+        <td> <a href="https://www.cursor.com/"> Cursor </a> </td>
+        <td>‍The AI Code Editor</td>
+    </tr>
+</table>
+
 ### Others
 
 <table>
diff --git a/docs/cursor/README.md b/docs/cursor/README.md
new file mode 100644
index 0000000..1944b61
--- /dev/null
+++ b/docs/cursor/README.md
@@ -0,0 +1,15 @@
+<img src="https://mintlify.s3-us-west-1.amazonaws.com/cursor/_generated/favicon/apple-touch-icon.png?v=3" width="64" height="auto" />
+
+# [Cursor](https://www.cursor.com/)
+
+  Cursor is the AI Code Editor
+
+## Just follow these steps:
+
+1. in Cursor Settings disable all models
+2. add `deepseek-coder` as new model
+3. in Open AI API Key add https://api.deepseek.com/beta as URL - add your API key.
+
+# UI
+
+![image](assets/cursor-setting.png)
\ No newline at end of file
diff --git a/docs/cursor/README_cn.md b/docs/cursor/README_cn.md
new file mode 100644
index 0000000..821c9cf
--- /dev/null
+++ b/docs/cursor/README_cn.md
@@ -0,0 +1,15 @@
+<img src="https://mintlify.s3-us-west-1.amazonaws.com/cursor/_generated/favicon/apple-touch-icon.png?v=3" width="64" height="auto" />
+
+# [Cursor](https://www.cursor.com/)
+
+  Cursor 是一个 AI 代码编辑器
+
+## 只需按照以下步骤操作:
+
+1. 在 Cursor 设置中禁用所有模型
+2. 添加 `deepseek-coder` 作为新模型
+3. 在 Open AI API Key 中添加 https://api.deepseek.com/beta 作为 URL - 添加您的 API 密钥。
+
+# UI
+
+![image](assets/cursor-setting.png)
\ No newline at end of file
diff --git a/docs/cursor/assets/cursor-setting.png b/docs/cursor/assets/cursor-setting.png
new file mode 100644
index 0000000..55361e3
Binary files /dev/null and b/docs/cursor/assets/cursor-setting.png differ