Skip to main content
Glama

MCP Browser Tabs Server

by kazuph
package.json984 B
{ "name": "@kazuph/mcp-browser-tabs", "version": "1.2.1", "description": "MCP server for retrieving Chrome browser tabs information", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "mcp-browser-tabs": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/kazuph/mcp-browser-tabs.git" }, "keywords": [ "mcp", "browser", "chrome", "tabs" ], "author": "kazuph", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "zod": "^3.25.67", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@types/node": "^22.15.33", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }

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/kazuph/mcp-browser-tabs'

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