Oxylabs MCP Server
Oxylabs MCP Server connects AI to the web, enabling reliable, structured data extraction and real-time enrichment of your AI workflows.

What does “Oxylabs” MCP Server do?
The Oxylabs MCP (Model Context Protocol) Server is a bridge between AI assistants and the real-world web, providing a unified API to deliver clean, structured data from any site. By integrating with the MCP ecosystem, this server allows AI models and agents to access, query, and utilize external data sources on demand. This enables tasks such as automated web data extraction, enrichment of AI workflows with live information, and streamlined access to web content for large language models. The Oxylabs MCP Server is designed to enhance development workflows by allowing seamless interactions between AI clients and the web, making it valuable for developers who need programmatic access to comprehensive, real-time data.
List of Prompts
No prompt templates are mentioned in the accessible repository content.
List of Resources
No explicit MCP resources are mentioned in the accessible repository content.
List of Tools
No server.py or tool definitions are visible in the accessible repository content.
Use Cases of this MCP Server
- Web Data Extraction: Enables developers to fetch structured data from nearly any website, automating data collection for research, analytics, or monitoring.
- AI Workflow Enrichment: Allows AI assistants to supplement their responses with real-time web data, increasing accuracy and relevance in tasks such as customer support or content generation.
- Market Intelligence: Facilitates the collection of competitor pricing, product listings, and industry trends for business and data analysts.
- Content Aggregation: Powers aggregation platforms by sourcing, normalizing, and serving content from multiple online channels for news, blogs, or forums.
- Research Automation: Assists researchers in programmatically gathering large datasets from the web, supporting data-driven insights and studies.
How to set it up
Windsurf
- Ensure prerequisites are met (Node.js, etc.).
- Locate your configuration file (e.g.,
windsurf.config.json
). - Add the Oxylabs MCP Server using the following JSON snippet:
{ "mcpServers": { "oxylabs-mcp": { "command": "npx", "args": ["@oxylabs/oxylabs-mcp@latest"] } } }
- Save the configuration and restart Windsurf.
- Verify the setup by checking the MCP server status in Windsurf.
Claude
- Confirm Claude platform prerequisites.
- Open the relevant Claude configuration file.
- Add the Oxylabs MCP Server configuration:
{ "mcpServers": { "oxylabs-mcp": { "command": "npx", "args": ["@oxylabs/oxylabs-mcp@latest"] } } }
- Save and restart Claude.
- Confirm the server is active and accessible.
Cursor
- Install required dependencies (Node.js, etc.).
- Open Cursor’s configuration file.
- Insert the following MCP server definition:
{ "mcpServers": { "oxylabs-mcp": { "command": "npx", "args": ["@oxylabs/oxylabs-mcp@latest"] } } }
- Save changes and restart Cursor.
- Check the MCP server connection in the Cursor UI.
Cline
- Make sure system prerequisites are installed.
- Edit the Cline configuration file.
- Add the MCP server entry:
{ "mcpServers": { "oxylabs-mcp": { "command": "npx", "args": ["@oxylabs/oxylabs-mcp@latest"] } } }
- Save the file and restart Cline.
- Verify Oxylabs MCP Server is running in Cline.
Securing API keys:
Store sensitive API keys using environment variables. Example:
{
"mcpServers": {
"oxylabs-mcp": {
"command": "npx",
"args": ["@oxylabs/oxylabs-mcp@latest"],
"env": {
"OXYLABS_API_KEY": "${OXYLABS_API_KEY}"
},
"inputs": {
"apiKey": "${OXYLABS_API_KEY}"
}
}
}
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"oxylabs-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “oxylabs-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Overview from README.md |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit resources listed |
List of Tools | ⛔ | No tool definitions visible |
Securing API Keys | ✅ | Setup instructions include env example |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Roots Support | ⛔ | Not mentioned |
Between the overview and details available, the Oxylabs MCP Server provides well-documented setup instructions and a clear overview, but lacks visible details on prompts, resources, and tools in the provided files.
Our opinion
The Oxylabs MCP Server is professionally presented and easy to set up, with a credible license and good documentation. However, the lack of visible prompt templates, resource definitions, and tool descriptions makes it less informative for developers seeking to understand its full capabilities out-of-the-box. Based on the above, I would rate this MCP server a 4/10 for completeness and developer readiness, mainly due to missing technical details.
MCP Score
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 10 |
Number of Stars | 39 |
Frequently asked questions
- What is the Oxylabs MCP Server?
The Oxylabs MCP Server is a middleware that enables AI agents to fetch structured, real-time data from any website, providing clean data for automation, research, and workflow enrichment.
- What are the main use cases?
Key use cases include web data extraction, AI workflow enrichment, market intelligence, content aggregation, and research automation.
- How do I secure my API keys when setting up?
Store your API keys as environment variables and reference them in your MCP server configuration to ensure sensitive data is not exposed in code.
- Can I use Oxylabs MCP with FlowHunt?
Yes. Add the MCP component in FlowHunt, configure it with your Oxylabs MCP details, and your AI agents will gain access to real-time web data.
- Are prompt templates and MCP tools included?
No prompt templates or tool definitions are visible in the current repository content; server provides the bridge and setup guidance.
- What is the overall evaluation score?
The MCP server scores 4/10 for completeness and developer readiness, with good setup documentation but lacking prompt and tool details.
Try Oxylabs MCP Server with FlowHunt
Unlock real-time web data for your AI agents and supercharge your automation with Oxylabs MCP Server.