obs-mcp (royshil/obs-mcp) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 200 tools. No publisher has claimed this listing.

D
Caution
58/100

obs-mcp

A server that provides tools to control OBS Studio remotely via the OBS WebSocket protocol, enabling management of scenes, sources, streaming, and recording through an MCP client interface.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

royshil

Source: github_code · also listed on ModelScope

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 2 credentials: OBS_WEBSOCKET_PASSWORD, OBS_WS_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes200 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

obs-get-persistent-data

Gets the value of a slot from the selected persistent data realm

obs-set-persistent-data

Sets the value of a slot from the selected persistent data realm

obs-get-scene-collection-list

Gets an array of all scene collections

obs-set-current-scene-collection

Switches to a scene collection

obs-create-scene-collection

Creates a new scene collection, switching to it in the process

obs-get-profile-list

Gets an array of all profiles

obs-set-current-profile

Switches to a profile

obs-create-profile

Creates a new profile, switching to it in the process

obs-remove-profile

Removes a profile. If the current profile is chosen, it will change to a different profile first

obs-get-profile-parameter

Gets a parameter from the current profile's configuration

obs-set-profile-parameter

Sets the value of a parameter in the current profile's configuration

obs-get-video-settings

Gets the current video settings

obs-set-video-settings

Sets the current video settings

obs-get-stream-service-settings

Gets the current stream service settings

obs-set-stream-service-settings

Sets the current stream service settings

obs-get-record-directory

Gets the current directory that the record output is set to

obs-set-record-directory

Sets the current directory that the record output writes files to

obs-get-filter-kind-list

Gets an array of all available source filter kinds

obs-get-source-filter-list

Gets an array of all of a source's filters

obs-get-filter-default-settings

Gets the default settings for a filter kind

obs-create-source-filter

Creates a new filter, adding it to the specified source

obs-remove-source-filter

Removes a filter from a source

obs-set-source-filter-name

Sets the name of a source filter (rename)

obs-get-source-filter

Gets the info for a specific source filter

obs-set-source-filter-index

Sets the index position of a filter on a source

obs-set-source-filter-settings

Sets the settings of a source filter

obs-set-source-filter-enabled

Sets the enable state of a source filter

obs-get-status

Get the current status of the OBS MCP server and OBS connection

obs-get-version

Get OBS Studio version information

obs-test-connection

Test the connection to OBS WebSocket

obs-get-stats

Gets statistics about OBS, obs-websocket, and the current session

obs-broadcast-custom-event

Broadcasts a CustomEvent to all WebSocket clients

obs-call-vendor-request

Call a request registered to a vendor

obs-get-hotkey-list

Gets an array of all hotkey names in OBS

obs-trigger-hotkey-by-name

Triggers a hotkey using its name

obs-trigger-hotkey-by-key-sequence

Triggers a hotkey using a sequence of keys

obs-sleep

Sleeps for a time duration or number of frames

obs-get-input-list

Gets an array of all inputs in OBS

obs-get-input-kind-list

Gets an array of all available input kinds in OBS

obs-get-special-inputs

Gets the names of all special inputs

obs-create-input

Creates a new input, adding it as a scene item to the specified scene

obs-remove-input

Removes an existing input

obs-set-input-name

Sets the name of an input (rename)

obs-get-input-default-settings

Gets the default settings for an input kind

obs-get-input-settings

Gets the settings of an input

obs-set-input-settings

Sets the settings of an input

obs-get-input-mute

Gets the audio mute state of an input

obs-set-input-mute

Sets the audio mute state of an input

obs-toggle-input-mute

Toggles the audio mute state of an input

obs-get-input-volume

Gets the current volume setting of an input

obs-set-input-volume

Sets the volume setting of an input

obs-get-input-audio-balance

Gets the audio balance of an input

obs-set-input-audio-balance

Sets the audio balance of an input

obs-get-input-audio-sync-offset

Gets the audio sync offset of an input

obs-set-input-audio-sync-offset

Sets the audio sync offset of an input

obs-get-input-audio-monitor-type

Gets the audio monitor type of an input

obs-set-input-audio-monitor-type

Sets the audio monitor type of an input

obs-get-media-input-status

Gets the status of a media input

obs-set-media-input-cursor

Sets the cursor position of a media input

obs-offset-media-input-cursor

Offsets the current cursor position of a media input

obs-trigger-media-input-action

Triggers an action on a media input

obs-get-virtual-cam-status

Gets the status of the virtualcam output

obs-toggle-virtual-cam

Toggles the state of the virtualcam output

obs-start-virtual-cam

Starts the virtualcam output

obs-stop-virtual-cam

Stops the virtualcam output

obs-get-replay-buffer-status

Gets the status of the replay buffer output

obs-toggle-replay-buffer

Toggles the state of the replay buffer output

obs-start-replay-buffer

Starts the replay buffer output

obs-stop-replay-buffer

Stops the replay buffer output

obs-save-replay-buffer

Saves the contents of the replay buffer output

obs-get-last-replay-buffer-replay

Gets the filename of the last replay buffer save file

obs-get-output-list

Gets the list of available outputs

obs-get-output-status

Gets the status of an output

obs-toggle-output

Toggles the status of an output

obs-start-output

Starts an output

obs-stop-output

Stops an output

obs-get-output-settings

Gets the settings of an output

obs-set-output-settings

Sets the settings of an output

obs-get-record-status

Gets the status of the record output

obs-toggle-record

Toggles the status of the record output

obs-start-record

Starts the record output

obs-stop-record

Stops the record output

obs-toggle-record-pause

Toggles pause on the record output

obs-pause-record

Pauses the record output

obs-resume-record

Resumes the record output

obs-split-record-file

Splits the current file being recorded into a new file

obs-create-record-chapter

Adds a new chapter marker to the file currently being recorded

obs-get-scene-items

Get a list of all scene items in a scene

obs-create-scene-item

Create a scene item for a source in a scene

obs-remove-scene-item

Remove a scene item from a scene

obs-set-scene-item-enabled

Show or hide a scene item

obs-get-scene-item-transform

Get the position, rotation, scale, or crop of a scene item

obs-set-scene-item-transform

Set the position, rotation, scale, or crop of a scene item

obs-get-scene-item-id

Get the ID of a scene item by its source name

obs-get-scene-list

Get a list of scenes in OBS

obs-get-current-scene

Get the current active scene in OBS

obs-set-current-scene

Set the current active scene in OBS

obs-get-preview-scene

Get the current preview scene in OBS Studio Mode

obs-set-preview-scene

Set the current preview scene in OBS Studio Mode

obs-create-scene

Create a new scene in OBS

100 further tools are not listed here. The complete surface is in the source.

// known CVEs in dependencies1 critical3 high1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@1.6.1GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

high@modelcontextprotocol/sdk@1.7.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.7.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highws@8.18.1GHSA-96hv-2xvq-fx4p

ws: Memory exhaustion DoS from tiny fragments and data chunks

ws: Uninitialized memory disclosure

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretOBS_WEBSOCKET_PASSWORDPassword for authenticating with OBS WebSocket (if required)
configOBS_WEBSOCKET_URLWebSocket URL (default: ws://localhost:4455)
🔐 secretOBS_WS_PASSWORD
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

200/200 tools missing one or more hints — obs-get-persistent-data (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); obs-set-persistent-data (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); obs-get-scene-collection-list (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +197 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

Only 0/200 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.7.0 (high), @modelcontextprotocol/sdk@1.7.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/royshil/obs-mcp?variant=verified)](https://m8ven.ai/mcp/royshil/obs-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 314e7c065ef8c5e2656757b35b24ea7fa81489b0
code hash: 45e4060850f76450b489fa6f1944ff6038e3ce494887c9c62f72d10803e668e4
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client