uisight
v0.14.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
io.github.Grinv/tmdb-mcp · v0.11.0
MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.
TMDB MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"tmdb-mcp": {
"command": "npx",
"args": [
"-y",
"tmdb-mcp"
],
"env": {
"TMDB_API_TOKEN": "<TMDB_API_TOKEN>"
}
}
}
}TMDB_API_TOKEN必填secretRequired. TMDB v4 'Read Access Token' from themoviedb.org/settings/api (sent as a Bearer token).
OMDB_API_KEY可选secretOptional. Free key from omdbapi.com — enables IMDb/Rotten Tomatoes/Metacritic ratings.
TMDB_LANGUAGE可选Optional. Default response language as ISO-639-1, optionally with a region (e.g. ru-RU, en-US, ja).
TMDB_REGION可选Optional. Default ISO-3166-1 country code (e.g. US, RU, GB) for region-specific results.
TMDB_API_TOKEN必填secretRequired. TMDB v4 'Read Access Token' from themoviedb.org/settings/api (sent as a Bearer token).
OMDB_API_KEY可选secretOptional. Free key from omdbapi.com — enables IMDb/Rotten Tomatoes/Metacritic ratings.
TMDB_LANGUAGE可选Optional. Default response language as ISO-639-1, optionally with a region (e.g. ru-RU, en-US, ja).
TMDB_REGION可选Optional. Default ISO-3166-1 country code (e.g. US, RU, GB) for region-specific results.
v0.14.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
v0.3.1
tech.finology/student-loan
Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine
v26.9.0
io.github.groupdocs-annotation/groupdocs-annotation-mcp
MCP server for GroupDocs.Annotation — add, list, update, remove document annotations via AI agents.
v2026.9.4.0
io.github.AceDataCloud/mcp-aichat
MCP server for AI dialogue using various LLM models via AceDataCloud
v1.0.1
com.asterwise/mcp
Vedic and Western astrology for AI agents: charts, dasha, matchmaking, panchanga, numerology, tarot.
v3.0.70
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
{
"id": "io.github.Grinv/tmdb-mcp",
"type": "mcp-server",
"version": "0.11.0",
"displayName": "TMDB MCP Server",
"description": "MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.",
"repository": {
"url": "https://github.com/Grinv/tmdb-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "tmdb-mcp",
"version": "0.11.0",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "TMDB_API_TOKEN",
"description": "Required. TMDB v4 'Read Access Token' from themoviedb.org/settings/api (sent as a Bearer token).",
"isRequired": true,
"isSecret": true
},
{
"name": "OMDB_API_KEY",
"description": "Optional. Free key from omdbapi.com — enables IMDb/Rotten Tomatoes/Metacritic ratings.",
"isSecret": true
},
{
"name": "TMDB_LANGUAGE",
"description": "Optional. Default response language as ISO-639-1, optionally with a region (e.g. ru-RU, en-US, ja)."
},
{
"name": "TMDB_REGION",
"description": "Optional. Default ISO-3166-1 country code (e.g. US, RU, GB) for region-specific results."
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb",
"version": "0.11.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "TMDB_API_TOKEN",
"description": "Required. TMDB v4 'Read Access Token' from themoviedb.org/settings/api (sent as a Bearer token).",
"isRequired": true,
"isSecret": true
},
{
"name": "OMDB_API_KEY",
"description": "Optional. Free key from omdbapi.com — enables IMDb/Rotten Tomatoes/Metacritic ratings.",
"isSecret": true
},
{
"name": "TMDB_LANGUAGE",
"description": "Optional. Default response language as ISO-639-1, optionally with a region (e.g. ru-RU, en-US, ja)."
},
{
"name": "TMDB_REGION",
"description": "Optional. Default ISO-3166-1 country code (e.g. US, RU, GB) for region-specific results."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.Grinv/tmdb-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Grinv%2Ftmdb-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}