Gst
FreeNot checkedMCP server for GStreamer introspection and pipeline development. Enables LLMs to understand GStreamer elements, caps, and construct pipelines through natural la
About
MCP server for GStreamer introspection and pipeline development. Enables LLMs to understand GStreamer elements, caps, and construct pipelines through natural language queries.
README
MCP server for GStreamer introspection and pipeline development. Helps LLMs understand GStreamer elements, caps, and pipeline construction.
Installation
From PyPI (recommended)
# Using uvx (no install needed)
uvx gst-mcp
# Or install globally
uv tool install gst-mcp
# Or with pip
pip install gst-mcp
From source
git clone https://github.com/wizenink/gst-mcp
cd gst-mcp
uv sync
System Requirements
- Python 3.13+
- GStreamer 1.0 with development files
- PyGObject (GStreamer Python bindings)
On Arch Linux:
sudo pacman -S gstreamer gst-plugins-base gst-plugins-good python-gobject
On Ubuntu/Debian:
sudo apt install gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good python3-gi
Usage with Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"gstreamer": {
"command": "uvx",
"args": ["gst-mcp"]
}
}
}
Or if installed from source:
{
"mcpServers": {
"gstreamer": {
"command": "uv",
"args": ["--directory", "/path/to/gst-mcp", "run", "gst-mcp"]
}
}
}
Available Tools
Registry Introspection
list_elements- List elements by category (source, sink, decoder, encoder, muxer, demuxer, filter, parser)get_element_info- Get detailed element info (properties, pads, caps templates, signals)list_plugins- List all installed GStreamer pluginsget_plugin_info- Get plugin details and its elementssearch_elements- Search elements by name, description, or caps
Caps & Negotiation
parse_caps- Parse caps string to structured infocheck_caps_compatible- Check if two caps can intersectcheck_elements_can_link- Check if elements can link based on pad capssuggest_converter- Suggest converter elements for incompatible elements
Pipeline Tools
validate_pipeline- Validate pipeline syntax with error suggestionsrun_pipeline- Execute pipeline (sync with timeout or async)get_pipeline_status- Get status of running pipelinestop_pipeline- Stop a running pipelinelist_running_pipelines- List all running pipelinesget_pipeline_graph- Generate DOT graph of pipeline
Documentation & Examples
get_examples- Pipeline examples by category (playback, transcoding, streaming, capture, effects, testing, analysis)fetch_online_docs- Fetch element documentation from GStreamer website
Example Queries
Ask Claude:
- "What elements can decode H.264 video?"
- "Can I link videotestsrc directly to x264enc?"
- "How do I create a pipeline to transcode MP4 to WebM?"
- "What properties does the compositor element have?"
- "Show me examples of RTMP streaming pipelines"
License
MIT
Install Gst in Claude Desktop, Claude Code & Cursor
unyly install gst-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add gst-mcp -- uvx gst-mcpFAQ
Is Gst MCP free?
Yes, Gst MCP is free — one-click install via Unyly at no cost.
Does Gst need an API key?
No, Gst runs without API keys or environment variables.
Is Gst hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Gst in Claude Desktop, Claude Code or Cursor?
Open Gst on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Gst with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
