A Model Context Protocol (MCP) server that enables AI assistants like Claude to seamlessly access web data through Oxylabs' powerful web scraping technology.
2.7K
4 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
oxylabs
to the mcpServers
section:{
"mcpServers": {
"oxylabs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OXYLABS_USERNAME",
"-e",
"OXYLABS_PASSWORD",
- mcp/oxylabs@sha256:67085d076c5b7c29dd4167754bc4164405f00bfd955529fc8319e1497d24de78
],
"env": {
"OXYLABS_USERNAME": "{{oxylabs.username}}",
"OXYLABS_PASSWORD": "YOUR_PASSWORD_HERE"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Oxylabs
version: 1.0.1
schema: v1
mcpServers:
- name: Oxylabs
command: docker
args:
- run
- --rm
- -i
- -e
- OXYLABS_USERNAME
- -e
- OXYLABS_PASSWORD
- mcp/oxylabs@sha256:67085d076c5b7c29dd4167754bc4164405f00bfd955529fc8319e1497d24de78
env:
OXYLABS_USERNAME: "{{oxylabs.username}}"
OXYLABS_PASSWORD: "YOUR_PASSWORD_HERE"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
oxylabs
to the mcpServers
section:{
"mcpServers": {
"oxylabs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OXYLABS_USERNAME",
"-e",
"OXYLABS_PASSWORD",
- mcp/oxylabs@sha256:67085d076c5b7c29dd4167754bc4164405f00bfd955529fc8319e1497d24de78
],
"env": {
"OXYLABS_USERNAME": "{{oxylabs.username}}",
"OXYLABS_PASSWORD": "YOUR_PASSWORD_HERE"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for