Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
actors-mcp-server
Claim
Official
by
apify
npm
GitHub
Browser Automation
Social Media
E-commerce & Retail
TypeScript
Apache 2.0
836
111
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
actors-mcp-server
.actor
docs
.github
src
tests
CHANGELOG.md
Dockerfile
.dockerignore
.editorconfig
.env.example
eslint.config.mjs
.gitignore
LICENSE.md
.npmignore
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.eslint.json
tsconfig.json
vitest.config.ts
{ "extends": "@apify/tsconfig", "compilerOptions": { "module": "ESNext", "target": "ESNext", "outDir": "dist", "moduleResolution": "node", "noUnusedLocals": false, "lib": ["ES2022"], "skipLibCheck": true, "typeRoots": ["./types", "./node_modules/@types"], "strict": true }, "include": ["./src/**/*"], "exclude": ["node_modules"] }