brs-docs-mcp
MCP server for Roku BrightScript documentation and device control, enabling doc search, device introspection, keypress/keysequence input, app launch, and sideloading.
README
brs-docs-mcp
MCP server for Roku BrightScript documentation plus device-control tools.
See CLAUDE.md for dev conventions and docs/superpowers/specs/2026-04-16-brs-docs-mcp-design.md for the design.
Tools
Documentation (SQLite FTS5)
brs_search(query, limit, kind?)full-text search across BrightScript docs.brs_get(id)fetch a doc by id (e.g.component:roDateTime).brs_list(kind, prefix?)list docs of a given kind, optional title prefix filter.
Read-only device introspection (ECP, port 8060)
roku_device_info(host?)parse/query/device-info.roku_list_apps(host?)parse/query/apps.roku_tail_log(host?, seconds=10)capture BrightScript debug console output forseconds.roku_query_active_app(host?)parse/query/active-app.roku_query_media_player(host?)parse/query/media-playerto a flat snake_case dict.roku_query_r2d2_bitrate(host?)parse/query/r2d2_bitrateinto a list of stream entries.roku_query_icon(app_id, host?)fetch the channel icon at/query/icon/<app_id>; returns mime, base64 body, byte count.
ECP control (port 8060, no auth)
roku_keypress(key, repeat=1, mode="press", host?)send/keypress,/keydown, or/keyup. Allowlisted standard keys (Home,Up,Down, ...) plusLit_<char>for character input.roku_keysequence(keys, delay_ms=150, host?)send a sequence of keypresses withdelay_msbetween each.roku_launch(app_id, params?, host?)POST/launch/<app_id>with optional URL-encoded deep-link params.app_id="dev"is allowed.roku_input(params, host?)POST/input?<urlencoded>to deep-link into the running channel.roku_to_home(host?)macro that sendsHome, Hometo drop the device into a known idle state. NOT a reboot; the return value documents this.
Authenticated dev-portal (port 80, Digest)
roku_install(zip_base64, host?, password?)sideload a channel zip.roku_remove(host?, password?)remove the currently installed dev channel.roku_query_registry(dev_id, host?, password?)parse/query/registry/<dev_id>.roku_profiler_snapshot(host?, password?)POST/plugin_inspectwithmysubmit=Inspect; extract whatever blocks are present plus a 10 KB raw HTML excerpt.roku_crashlog_pull(host?, password?)GET/plugin_factory_log. Returnsok=Falseon 404. Body is streamed and capped at 1 MB.
host falls back to BRS_DEFAULT_ROKU_HOST. password falls back to BRS_ROKU_DEV_PASSWORD.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.