Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Webcam Server
Claim
by
evalstate
npm
GitHub
Image & Video Processing
TypeScript
MIT License
143
15
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-webcam
public
src
components.json
eslint.config.js
.gitignore
index.html
LICENSE
package.json
package-lock.json
postcss.config.js
README.md
server.ts
tailwind.config.js
tsconfig.app.json
tsconfig.json
tsconfig.node.json
tsconfig.server.json
vite.config.ts
{
"
name
"
:
"
@llmindset/mcp-webcam
"
,
"
version
"
:
"
0.1.1
"
,
"
type
"
:
"
module
"
,
"
publishConfig
"
: {
"
access
"
:
"
public
"
},
"
bin
"
: {
"
mcp-webcam
"
:
"
./dist/server.js
"
},
"
files
"
: [
"
dist
"
,
"
README.md
"
],
"
repository
"
: {
"
type
"
:
"
git
"
,
"
url
"
:
"
git+https://github.com/evalstate/mcp-webcam.git
"
},
"
license
"
:
"
MIT
"
,
"
bugs
"
: {
"
url
"
:
"
https://github.com/evalstate/mcp-webcam/issues
"
},
"
homepage
"
:
"
https://github.com/evalstate/mcp-webcam#readme
"
,
"
scripts
"
: {
"
dev
"
:
"
vite
"
,
"
build
"
:
"
tsc -b && vite build && tsc -p tsconfig.server.json
"
,
"
start
"
:
"
node dist/server.js
"
,
"
lint
"
:
"
eslint .
"
,
"
preview
"
:
"
vite preview
"
,
"
prepublishOnly
"
:
"
npm run build
"
,
"
postbuild
"
:
"
node -e
\"
process.platform !== 'win32' && require('child_process').execSync('chmod +x dist/server.js')
\"
"
},
"
dependencies
"
: {
"
@modelcontextprotocol/sdk
"
:
"
^1.3.0
"
,
"
@radix-ui/react-select
"
:
"
^2.1.4
"
,
"
@radix-ui/react-slot
"
:
"
^1.1.1
"
,
"
class-variance-authority
"
:
"
^0.7.1
"
,
"
clsx
"
:
"
^2.1.1
"
,
"
express
"
:
"
^4.21.2
"
,
"
lucide-react
"
:
"
^0.473.0
"
,
"
react
"
:
"
^18.3.1
"
,
"
react-dom
"
:
"
^18.3.1
"
,
"
react-webcam
"
:
"
^7.2.0
"
,
"
sonner
"
:
"
^1.7.2
"
,
"
tailwind-merge
"
:
"
^2.6.0
"
,
"
tailwindcss-animate
"
:
"
^1.0.7
"
,
"
zod-to-json-schema
"
:
"
^3.24.1
"
},
"
devDependencies
"
: {
"
@eslint/js
"
:
"
^9.17.0
"
,
"
@types/express
"
:
"
^5.0.0
"
,
"
@types/node
"
:
"
^22.10.7
"
,
"
@types/react
"
:
"
^18.3.18
"
,
"
@types/react-dom
"
:
"
^18.3.5
"
,
"
@vitejs/plugin-react
"
:
"
^4.3.4
"
,
"
autoprefixer
"
:
"
^10.4.20
"
,
"
eslint
"
:
"
^9.18.0
"
,
"
eslint-plugin-react
"
:
"
^7.37.4
"
,
"
eslint-plugin-react-hooks
"
:
"
^5.0.0
"
,
"
eslint-plugin-react-refresh
"
:
"
^0.4.16
"
,
"
globals
"
:
"
^15.14.0
"
,
"
postcss
"
:
"
^8.5.1
"
,
"
tailwindcss
"
:
"
^3.4.17
"
,
"
typescript
"
:
"
~5.6.2
"
,
"
typescript-eslint
"
:
"
^8.18.2
"
,
"
vite
"
:
"
^6.0.5
"
}
}