mirror of
https://github.com/AdsPower/adspower-browser.git
synced 2026-09-19 03:08:18 +08:00
add cursor
This commit is contained in:
@@ -27,6 +27,7 @@ To use with Claude Desktop, add the server config:
|
||||
|
||||
On macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
|
||||
|
||||
#### MacOS / Linux
|
||||
```bash
|
||||
{
|
||||
"mcpServers": {
|
||||
@@ -38,6 +39,23 @@ On macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` On W
|
||||
}
|
||||
```
|
||||
|
||||
#### Windows
|
||||
```bash
|
||||
{
|
||||
"mcpServers": {
|
||||
"adspower-local-api": {
|
||||
"command": "cmd",
|
||||
"args": ["/c", "npx", "-y", "local-api-mcp-typescript"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||

|
||||
|
||||
or use in Cursor
|
||||

|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
@@ -63,8 +81,6 @@ npm run build
|
||||
}
|
||||
```
|
||||
|
||||

|
||||
|
||||
## Components
|
||||
|
||||
### Tools
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Reference in New Issue
Block a user