mcp for Claude Desktop
io.github.briefroom/mcp
briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@briefroom/mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs