plugins marketplace
← All plugins

fakechat

v0.0.1

Localhost iMessage-style web chat for Claude Code — test surface with file upload and edits. No tokens, no access control.

Claude Code1 MCP serverstdio

33.3kupdated 13 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/fakechat/ inside the repository.

Layout

external_plugins/fakechat/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

fakechatstdio
command
bun
args
run --cwd ${CLAUDE_PLUGIN_ROOT} --shell=bun --silent start

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Manifests1

external_plugins/fakechat/.claude-plugin/plugin.json
{
  "name": "fakechat",
  "description": "Localhost iMessage-style web chat for Claude Code — test surface with file upload and edits. No tokens, no access control.",
  "version": "0.0.1",
  "keywords": [
    "fakechat",
    "web",
    "localhost",
    "testing",
    "channel",
    "mcp"
  ]
}