Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ A Model Context Protocol server for facilitating integration with Plaid. This se

## Configuration

### Obtaining API Credentials

1. Sign in to your [Plaid Developer Dashboard](https://developer.plaid.com) account
2. Navigate to **Developers** → **[Keys](https://dashboard.plaid.com/developers/keys)**
3. Locate your **sandbox credentials** as illustrated in the screenshot below.

>[!Important]
All `PLAID_CLIENT_ID` and `PLAID_SECRET` references in the following MCP configuration use **sandbox credentials**.


<img width="890" alt="image" src="https://github.com/user-attachments/assets/d0c0030a-93c9-4d3f-bb21-1f12b5c1e8e9" />



### Usage with Claude Desktop

Add this to your `claude_desktop_config.json`:
Expand Down