Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Overseerr MCP Server
by
jmagar
Verified
GitHub
Entertainment & Media
Search
TypeScript
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
overseerr-mcp-server
cline_docs
packages
src
claude_desktop_config.json
.env.template
.gitignore
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "include": ["packages/*/src/**/*"], "exclude": ["**/*.test.ts", "**/*.spec.ts", "**/node_modules", "**/dist"] }