Penlog for Claude Desktop
app.penlog/penlog
Handwritten iPad journal your AI can read and write tasks back to, over MCP.
client:Claude Desktop
transport:streamable-http
Install Penlog in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"penlog": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.penlog.app"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs