Expertise Gallery

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.

πŸ”

πŸ›  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.