Samuraizer for Claude Desktop
io.github.uladzkha/samuraizer
Local MCP server for meeting transcripts, summaries, action items & decisions — no cloud.
client:Claude Desktop
transport:stdio
runtime:npm
Install Samuraizer in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"samuraizer": {
"command": "npx",
"args": [
"-y",
"@samuraizer/mcp-server"
],
"env": {
"SAMURAIZER_MEETINGS_DIR": "<SAMURAIZER_MEETINGS_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs