Skip to main content
Glama
package.json1.26 kB
{ "name": "@yetidevworks/server", "version": "1.1.1", "type": "module", "license": "MIT", "description": "Model Context Protocol server that bridges Claude-style MCP clients to a live browser tab via YetiBrowser", "author": "Yetidevworks", "repository": { "type": "git", "url": "https://github.com/yetidevworks/yetibrowser-mcp.git" }, "homepage": "https://github.com/yetidevworks/yetibrowser-mcp", "bugs": { "url": "https://github.com/yetidevworks/yetibrowser-mcp/issues" }, "bin": { "yetibrowser-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "dev": "tsx watch src/index.ts", "build": "tsup src/index.ts --format esm", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "mcp", "browser", "automation", "claude", "yetibrowser" ], "publishConfig": { "access": "public" }, "dependencies": { "@yetidevworks/shared": "^1.1.1", "@modelcontextprotocol/sdk": "^1.8.0", "commander": "^13.1.0", "ws": "^8.18.1", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.3" }, "devDependencies": { "@types/ws": "^8.18.1", "rimraf": "^5.0.7", "tsup": "^8.1.0", "tsx": "^4.16.0" } }

Latest Blog Posts

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/yetidevworks/yetibrowser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server