extension-openai-agents-mcp

hummer-netizen/extension-openai-agents-mcp
★ 1 stars Python 🤖 AI/LLM Updated today
Webfuse Extension: Connect OpenAI Agents SDK to any website via Session MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "extension-openai-age": {
      "command": "uvx",
      "args": [
        "extension-openai-agents-mcp"
      ]
    }
  }
}

Or install with pip: pip install extension-openai-agents-mcp

README Excerpt

An AI agent that controls a live browser. Built with the [OpenAI Agents SDK](https://platform.openai.com/docs/api-reference/responses) and [Webfuse Session MCP](https://dev.webfu.se/session-mcp-server/). **Live demo:** [webfu.se/+openai-agent/](https://webfu.se/+openai-agent/) A chat interface in a Webfuse extension sidebar. Type a message or click an example chip, and the AI agent reads the page, reasons about it, and takes actions: clicking links, scrolling, extracting data, filling forms. You

Tools (3)

AGENT_URLOPENAI_API_KEYWEBFUSE_REST_KEY