Odel
Samuraizer

Samuraizer

Local
@uladzkhaTypeScriptMITUpdated Today

Local MCP server for meeting transcripts, summaries, action items & decisions — no cloud.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@samuraizer/mcp-serverv0.1.7

Run

npx -y @samuraizer/mcp-server

MCP client config

{
  "mcpServers": {
    "samuraizer": {
      "command": "npx",
      "args": [
        "-y",
        "@samuraizer/mcp-server"
      ]
    }
  }
}