Skip to main content
Glama

MCP Operator

by willer
pyproject.toml621 B
[project] name = "mcp-operator" version = "0.1.0" description = "A web browser operator MCP server project using OpenAI's Computer Use API" readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=1.4.1", "aiohttp>=3.8.4", "playwright>=1.30.0", "pydantic>=1.10.7", "python-dotenv>=1.0.0", "imageio>=2.37.0", ] [[project.authors]] name = "willer" email = "steve.willer@gmail.com" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] mcp-operator = "mcp_operator.__main__:main" [tool.pytest] testpaths = ["tests"] python_files = "test_*.py"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/willer/mcp-operator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server