{
  "name": "io.github.Skyvern-AI/skyvern",
  "description": "Skyvern is an open-source browser automation agent that uses vision models plus DOM signals to drive multi-step web flows. The MCP wrapper exposes Skyvern's task primitives so a Claude or Cursor agent can hand off \"log in, fill this form, submit, screenshot the confirmation\" to a specialist runtime.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-26",
    "com.top-mcps/score": {
      "value": 78,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-05-26T10:50:23.734Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-05-26T10:50:22.917Z",
      "githubStars": 21733,
      "lastCommitAt": "2026-05-26T06:29:04Z"
    }
  },
  "repository": {
    "url": "https://github.com/Skyvern-AI/skyvern",
    "source": "github"
  },
  "author": {
    "name": "Skyvern AI"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "install",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "type": "positional",
          "value": "skyvern"
        },
        {
          "type": "positional",
          "value": "&&"
        },
        {
          "type": "positional",
          "value": "skyvern"
        },
        {
          "type": "positional",
          "value": "run"
        },
        {
          "type": "positional",
          "value": "mcp"
        }
      ],
      "environmentVariables": [
        {
          "name": "OPENAI_API_KEY",
          "description": "OPENAI_API_KEY — required credential for Skyvern.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "exec",
      "sandbox": "Runs a real browser under the user (self-hosted) or in a Skyvern-managed container (cloud). Full network access.",
      "gotchas": [
        "AGPL license — using Skyvern as a hosted service triggers source-disclosure obligations.",
        "Vision model calls are not free; long runs cost.",
        "License-page assumptions: read the Skyvern terms before commercial use."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/skyvern",
    "markdown": "https://top-mcps.com/mcp/skyvern.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
