add cursor

This commit is contained in:
AdsPower
2025-03-31 14:21:59 +08:00
parent ee889115ee
commit 89efaf0819
2 changed files with 18 additions and 2 deletions
+18 -2
View File
@@ -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"]
}
}
}
```
![Claude desktop MCP](https://github.com/AdsPower/local-api-mcp-typescript/blob/main/assets/claude-installed.png)
or use in Cursor
![Cursor](./assets/cursor.png)
## Development
```bash
@@ -63,8 +81,6 @@ npm run build
}
```
![Claude desktop MCP](https://github.com/AdsPower/local-api-mcp-typescript/blob/main/assets/claude-installed.png)
## Components
### Tools
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB