File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed
Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,13 @@ dotnet run
7171
7272Add to your Claude Desktop config file:
7373
74- ** macOS** : ` ~/Library/Application Support/Claude/claude_desktop_config.json `
75- ** Windows** : ` %APPDATA%\Claude\claude_desktop_config.json `
74+ ** macOS** : ` ~/Library/Application Support/Claude/claude_desktop_config.json `
7675
7776``` json
7877{
7978 "mcpServers" : {
8079 "etrade" : {
81- "command" : " etrade-mcp" ,
80+ "command" : " /Users/{YourUserName}/.dotnet/tools/ etrade-mcp" ,
8281 "env" : {
8382 "ETRADE_ConsumerKey" : " your-consumer-key" ,
8483 "ETRADE_ConsumerSecret" : " your-consumer-secret" ,
@@ -89,6 +88,24 @@ Add to your Claude Desktop config file:
8988}
9089```
9190
91+ ** Windows** : ` %APPDATA%\Claude\claude_desktop_config.json `
92+
93+ ``` json
94+ {
95+ "mcpServers" : {
96+ "etrade" : {
97+ "command" : " C:\\\\ Users\\ {YourUserName}\\ .dotnet\\ tools\\ etrade-mcp" ,
98+ "env" : {
99+ "ETRADE_ConsumerKey" : " your-consumer-key" ,
100+ "ETRADE_ConsumerSecret" : " your-consumer-secret" ,
101+ "ETRADE_UseSandbox" : " true"
102+ }
103+ }
104+ }
105+ }
106+ ```
107+
108+
92109### VS Code with GitHub Copilot
93110
94111Configure in your VS Code MCP settings to use the ` etrade-mcp ` command with appropriate environment variables.
You can’t perform that action at this time.
0 commit comments