Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Oxylabs MCP Server
Claim
Official
by
oxylabs
GitHub
Browser Automation
Search
Python
MIT License
8
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
oxylabs-mcp
src
oxylabs_mcp
src/oxylabs_mcp/__init__.py
src/oxylabs_mcp/server.py
src/oxylabs_mcp/utils.py
from
.
import
server
def
main
():
"""
Main entry point for the package.
"""
server
.
main
()
#
Optionally
expose
other
important
items
at
package
level
__all__
=
[
"
main
"
,
"
server
"
]