AI-powered tools for web scraping, crawling, and browser automation.
{{ message }}
oxylabs / oxylabs-ai-studio-mcp-py Public
Oxylabs AI studio python mcp server
MIT license
0 stars0 forksBranches Tags Activity
Star
Notifications
main
BranchesTags
Go to file
Code
Name | Name | Last commit message | Last commit date |
---|---|---|---|
6 Commits | |||
assets | assets | ||
src/oxylabs_ai_studio_mcp | src/oxylabs_ai_studio_mcp | ||
.gitignore | .gitignore | ||
LICENSE | LICENSE | ||
README.md | README.md | ||
makefile | makefile | ||
pyproject.toml | pyproject.toml | ||
uv.lock | uv.lock | ||
View all files |
The Oxylabs AI Studio MCP server provides various AI tools for your agents.:
Obtain your Api Key from Oxylabs AI Studio dashboard:
**Python >=3.10+**To run the server best to use uv:
cursor uvx
{ "mcpServers": { "oxylabs-ai-studio": { "command": "uvx", "args": ["oxylabs-ai-studio-mcp"], "env": { "OXYLABS_AI_STUDIO_API_KEY": "OXYLABS_AI_STUDIO_API_KEY" } } } }
You can also pull the project and run it locally with uv in cursor:
{ "mcpServers": { "oxylabs-ai-studio": { "command": "uv", "args": [ "--directory", "//oxylabs-ai-studio-mcp", "run", "oxylabs-ai-studio-mcp" ], "env": { "OXYLABS_AI_STUDIO_API_KEY": "OXYLABS_AI_STUDIO_API_KEY" } } } }
Agent example:
import os import asyncio
from pydantic_ai import Agent from pydantic_ai.mcp import MCPServerStdio
server = MCPServerStdio(
'uvx',
args=[
'oxylabs-ai-studio-mcp',
],
env={
"OXYLABS_AI_STUDIO_API_KEY": "<your_api_key>",
},
)
agent = Agent('openai:gpt-4o', mcp_servers=[server])
async def main():
async with agent.run_mcp_servers():
result = await agent.run('Got to oxylabs careers page and first first available job and return the job title and description.')
print(result.output)
if name == "main": asyncio.run(main())
Readme
MIT license
Activity
Custom properties
0 stars
0 watching
0 forks
Report repository
No releases published
No packages published
Fetches and converts website content to Markdown with AI-powered cleanup, OpenAPI support, and stealth browsing.
Leverage Notte Web AI agents & cloud browser sessions for scalable browser automation & scraping workflows
A Go-based MCP server for interacting with the Lightpanda Browser using the Chrome DevTools Protocol (CDP).
Fetch Bilibili video comments in bulk, including nested replies. Requires a Bilibili cookie for authentication.
Execute XPath queries on XML content.
Integrate real-time Scrapeless Google SERP(Google Search, Google Flight, Google Map, Google Jobs....) results into your LLM applications. This server enables dynamic context retrieval for AI workflows, chatbots, and research tools.
A MCP server to retrieve up-to-date jobs from company career sites.
An MCP server using Playwright for browser automation and webscrapping
Web content fetching and conversion for efficient LLM usage
MCP Server to let Claude / your AI control the browser