StudioMeyer Video
Rank #8,506io.studiomeyer/video
Video production: recording, editing, effects, captions, TTS, screenshots. 8 tools.
StudioMeyer Video is a Model Context Protocol (MCP) server published by studiomeyer-io. It ranks #8,506 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. StudioMeyer Video is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 14, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 106,954 of 115,460 servers on MCP Toplist.
Use StudioMeyer Video
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add video -- npx -y @studiomeyer/mcp-video[mcp_servers.video]
command = "npx"
args = ["-y", "@studiomeyer/mcp-video"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"video": {
"command": "npx",
"args": [
"-y",
"@studiomeyer/mcp-video"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"video": {
"command": "npx",
"args": [
"-y",
"@studiomeyer/mcp-video"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"video": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@studiomeyer/mcp-video"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"video": {
"command": "npx",
"args": [
"-y",
"@studiomeyer/mcp-video"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"video": {
"command": "npx",
"args": [
"-y",
"@studiomeyer/mcp-video"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.studiomeyer%2Fvideo)<a href="https://mcptoplist.com/server/io.studiomeyer%2Fvideo"><img src="https://mcptoplist.com/badge/io.studiomeyer%2Fvideo.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
studiomeyer-io
Other servers by studiomeyer-io
- Local Memory#4,011 · 3 vers
- Studiomeyer Memory#9,910 · 1 ver
- StudioMeyer Academy#14,403 · 2 vers
- MCP Tenant Pair#14,404 · 2 vers
- Stateless Migrator#14,414 · 3 vers
- Studiomeyer Geo#14,628 · 1 ver
- Studiomeyer Crm#15,370 · 1 ver
- StudioMeyer Personal Suite#16,144 · 2 vers
- MCP Hook Conformance#16,286 · 2 vers
- MCP Protocol Conformance#16,925 · 2 vers
- Tenant Context#18,152 · 2 vers
- MCP Server Attestation#18,560 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.3 | Aug 10, 2026 |
| 1.0.2 | May 29, 2026 |
Frequently asked questions
- Who maintains StudioMeyer Video?
- StudioMeyer Video is maintained by studiomeyer-io, which publishes 30 MCP servers (41 total versions) tracked on MCP Toplist.
- Is StudioMeyer Video listed on the Official MCP Registry?
- Yes — StudioMeyer Video is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does StudioMeyer Video have?
- MCP Toplist tracks 2 versions of StudioMeyer Video, most recently published on Aug 10, 2026.
- Where can I find the source code for StudioMeyer Video?
- The source code for StudioMeyer Video is hosted at github.com/studiomeyer-io/mcp-video.