Loading languages...
SK

Skyvern

@Skyvern-AI14031

Skyvern's MCP server implementation helps connect your AI Applications to the browser. This allows your AI applications to do things like: Fill out forms, download files, research information on the web, and more.

browser
automation
ai-integration

# mcpServer Config

{
  "mcpServers": {
    "Skyvern": {
      "env": {
        "SKYVERN_BASE_URL": "https://api.skyvern.com",
        "SKYVERN_API_KEY": "YOUR_SKYVERN_API_KEY"
      },
      "command": "PATH_TO_PYTHON",
      "args": [
        "-m",
        "skyvern",
        "run",
        "mcp"
      ]
    }
  }
}

# stdio

python -m skyvern run mcp
Transport:
stdio
ภาษา:
python
สร้างเมื่อ:2/28/2024
อัปเดตเมื่อ:8/24/2025