diff --git a/sandbox/README.md b/sandbox/README.md
index 2570807..5083c1c 100644
--- a/sandbox/README.md
+++ b/sandbox/README.md
@@ -71,9 +71,58 @@ Add this to your `claude_desktop_config.json`:
```
+### Usage with Cursor
+For quick installation, use the one-click installation button
+
+
+
+For manual installation, add the following JSON block to Cursor MCP config file,
+
+Using uvx
+
+```json
+{
+ "mcpServers": {
+ "plaid": {
+ "command": "uvx",
+ "args": [
+ "mcp-server-plaid",
+ "--client-id",
+ "YOUR_PLAID_CLIENT_ID",
+ "--secret",
+ "YOUR_PLAID_SECRET"
+ ]
+ }
+ }
+}
+```
+
+
+
+Using pip installation
+
+```json
+{
+ "mcpServers": {
+ "plaid": {
+ "command": "python",
+ "args": [
+ "-m",
+ "mcp_server_plaid",
+ "--client-id",
+ "YOUR_PLAID_CLIENT_ID",
+ "--secret",
+ "YOUR_PLAID_SECRET"
+ ]
+ }
+ }
+}
+```
+
+
### Usage with VS Code
-For quick installation, use one of the one-click installation buttons below...
+For quick installation, use one of the one-click installation buttons below,
[](https://insiders.vscode.dev/redirect/mcp/install?name=plaid&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22client_id%22%2C%22description%22%3A%22Plaid%20Client%20ID%22%2C%22password%22%3Afalse%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22secret%22%2C%22description%22%3A%22Plaid%20Secret%22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22mcp-server-plaid%22%5D%2C%22env%22%3A%7B%22PLAID_CLIENT_ID%22%3A%22%24%7Binput%3Aclient_id%7D%22%2C%22PLAID_SECRET%22%3A%22%24%7Binput%3Asecret%7D%22%7D%7D) [](https://insiders.vscode.dev/redirect/mcp/install?name=plaid&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22client_id%22%2C%22description%22%3A%22Plaid%20Client%20ID%22%2C%22password%22%3Afalse%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22secret%22%2C%22description%22%3A%22Plaid%20Secret%22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22mcp-server-plaid%22%5D%2C%22env%22%3A%7B%22PLAID_CLIENT_ID%22%3A%22%24%7Binput%3Aclient_id%7D%22%2C%22PLAID_SECRET%22%3A%22%24%7Binput%3Asecret%7D%22%7D%7D&quality=insiders)