loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

platter

MCP Tool

ScriptSmith/platter

Your computer served on a platter

Install

$ npx loaditout add ScriptSmith/platter

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "platter": {
      "command": "npx",
      "args": [
        "-y",
        "platter"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

platter

*Your computer, served on a platter.*

MCP server that exposes Read, Write, Edit, and Bash tools over Stdio and StreamableHTTP transports. Built with Bun, compiles to standalone executables with zero runtime dependencies.

Designed to be used by browser-based (or any MCP-compatible) agents — like Hadrian — to control a computer.

Tools

| Tool | Description | |------|-------------| | read | Read file contents with pagination (offset/limit). Truncates at 2000 lines or 50KB. | | write | Create or overwrite files. Auto-creates parent directories. | | edit | Find-and-replace with exact (or fuzzy Unicode) matching. Requires a unique match. Returns a unified diff. | | bash | Execute shell commands with optional timeout. Output truncated to last 2000 lines or 50KB. |

Quick start
From a release binary

Download the binary for your platform from Releases, make it executable, and run:

chmod +x platter-linux-x64
./platter-linux-x64                        # stdio mode
./platter-linux-x64 -t http               # HTTP mode on :3100
From source
bun install
bun run dev                                # run directly from TypeScript
bun run compile                            # build standalone binary for current platform
Usage
platter [options]

Options:
  -t, --transport <stdio|http>   Transport mode (default: stdio)
  -p, --port <number>            HTTP port (default: 3100)
  -h, --host <address>           HTTP bind address (default: 127.0.0.1)
      --cwd <path>               Working directory for tools (default: current directory)
      --cors-origin <origin>     Allowed CORS origin (default: * — reflects request origin)
Stdio mode

For use with Claude Desktop, Cursor, and other MCP clients that spawn a subprocess:

{
  "mcpServers": {
    "platter": {
      "co

Tags

mcpmcp-server

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated25 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/24/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/ScriptSmith/platter)](https://loaditout.ai/skills/ScriptSmith/platter)