Skyvern MCP
by Skyvern-AI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_KEY | No | The name of the model you want to use (e.g., OPENAI_GPT4_1, ANTHROPIC_CLAUDE4_SONNET, etc.) | |
| BROWSER_TYPE | No | The type of browser connection, e.g., 'cdp-connect'. | |
| ENABLE_AZURE | No | Set to 'true' to register Azure OpenAI models. | |
| AZURE_API_KEY | No | Azure deployment API key. | |
| ENABLE_GEMINI | No | Set to 'true' to register Gemini models. | |
| ENABLE_OLLAMA | No | Set to 'true' to register local models via Ollama. | |
| ENABLE_OPENAI | No | Set to 'true' to register OpenAI models. | |
| ENABLE_BEDROCK | No | Set to 'true' to register AWS Bedrock models. | |
| GEMINI_API_KEY | No | Gemini API Key. | |
| OPENAI_API_KEY | No | OpenAI API Key. | |
| ENABLE_ANTHROPIC | No | Set to 'true' to register Anthropic models. | |
| ANTHROPIC_API_KEY | No | Anthropic API key. | |
| ENABLE_OPENROUTER | No | Set to 'true' to register OpenRouter models. | |
| OLLAMA_SERVER_URL | No | URL for your Ollama server. | |
| SECONDARY_LLM_KEY | No | The name of the model for mini agents Skyvern runs with. | |
| SKYVERN_TELEMETRY | No | By default, Skyvern collects basic usage statistics. Set to 'false' to opt-out. | true |
| OPENROUTER_API_KEY | No | OpenRouter API key. | |
| LLM_CONFIG_MAX_TOKENS | No | Override the max tokens used by the LLM. | |
| CHROME_EXECUTABLE_PATH | No | The path to your Chrome browser executable. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Skyvern-AI/skyvern'
If you have feedback or need assistance with the MCP directory API, please join our Discord server