termux-puppeteer-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_sessionA | Create a new browser session for multi-step workflows. Returns a sessionId that persists state between calls. Sessions auto-expire after 5 minutes of inactivity. |
| close_sessionA | Close a browser session and free up resources. Sessions auto-close after timeout, but explicit closing is recommended. |
| list_sessionsA | List all active browser sessions with their status |
| puppeteer_navigateA | Navigate to a URL and get the page content/title. If sessionId provided, uses existing session. Otherwise creates a temporary session. |
| puppeteer_clickC | Click an element on the current page. Requires sessionId to maintain state after navigation. |
| puppeteer_screenshotB | Take a screenshot of the current page state and return as base64 JPEG. If sessionId provided, screenshots the current state. Otherwise navigates to URL first. |
| puppeteer_screenshot_debugA | Take a screenshot and save it to a file, then open with termux-open for debugging. Works with sessionId to capture current state. |
| puppeteer_evaluateB | Execute JavaScript in the page context and return the result. Requires sessionId. |
| get_page_contentB | Get the HTML content of the current page. Requires sessionId. |
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/kevintpeng/termux-puppeteer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server