Supercharge your AI assistant with the Model Context Protocol (MCP) Skills. Connect local automation
scripts, pre-built packages, or databases to grant the AI native abilities.
π
πNPX
(Ready-to-use)
Playwright (Browser Control)
Allows the AI to open a headless browser, navigate pages, click buttons, submit forms, take
screenshots, and extract text. Perfect for automated web testing and scraping.
BEFEHL (COMMAND): npx
ARGUMENTE (ARGUMENTS): -y @playwright/mcp
πNPX
(Ready-to-use)
Server-Filesystem
Exposes folders on your hard drive to the AI. Allows Swipeer to edit code files directly, organize
directories, scan project structures, and write documentation locally.
Grant the AI access to the terminal to run tests, query host configurations, compile scripts, and
execute shell instructions. Uses Swipeer's Stdio transport wrapper.
BEFEHL (COMMAND): node
ARGUMENTE (ARGUMENTS): terminal-tool.js
π¬Local
Script
HeyGen HyperFrames
Create, preview, and render HTML-native video compositions via HeyGen's HyperFrames CLI. The AI
writes HTML and uses local FFmpeg in the background to render MP4 videos.
BEFEHL (COMMAND): node
ARGUMENTE (ARGUMENTS): hyperframes-tool.js
π€NPX
(Ready-to-use)
HeyGen Video Creator
Enables the AI to generate videos using HeyGen's digital avatars and text-to-speech engine. The AI
can start video generation, check compiler status, and retrieve video files.
Integrate Remotion's API reference directly into Swipeer. Let the AI browse documentation on how to
render videos programmatically in React and build animations.
BEFEHL (COMMAND): npx
ARGUMENTE (ARGUMENTS): -y
@remotion/mcp@latest
π Write Your Own Local Expertise
A local expertise is just a simple script that communicates using JSON-RPC 2.0 over standard input
and output (stdin/stdout). Swipeer uses the official Model Context Protocol (MCP) SDK to handle this
communication seamlessly.
π‘ Zero Setup Node.js Environment
Swipeer injects the `@modelcontextprotocol/sdk` via the global `NODE_PATH` automatically when
running your local expertises. You do not need to run `npm install` inside your script folderβsimply
require the classes and it works!
βοΈ NPX Requirement
For ready-to-use packages (e.g. using the npx command like -y @modelcontextprotocol/server-filesystem), you must have Node.js installed globally on your machine.
Terminal Tools Setup & Script
β οΈ Security Alert
Running general terminal tools gives LLMs full access to your machine. Ensure Swipeer's "Confirm
Tool Calls" setting is checked in the GUI to review commands manually.
Step 1: Save the Script
Save this code block as `terminal-tool.js` in your Swipeer
expertises directory:
1. Ensure **Node.js** is installed on your computer.
2. Ensure **FFmpeg** is installed (required by HyperFrames to convert rendered frame sequences
to video).
Save the Script
Save this script as `hyperframes-tool.js` in your Swipeer
expertises directory: