Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ scraping infrastructure from scratch. Common scenarios:
2. **Get your API key.** Obtain a Web Scraping API basic authentication token from the dashboard.
3. **Download Node.js 18+** from https://nodejs.org.
4. **Get MCP client** like Claude Desktop, Curson, Windsurf or other MCP-compatible
tools..
tools.
5. **Configure the MCP server** in your AI client (see configuration examples below).

## Connecting to [Decodo's MCP server](https://mcp.decodo.com/mcp)
Expand Down Expand Up @@ -165,7 +165,7 @@ git clone https://github.com/Decodo/mcp-server
2. Run the following commands in the terminal:

```
cd decodo-mcp-server
cd mcp-server
npm install
npm run build
```
Expand Down