ctlsurf for Claude Desktop
com.ctlsurf/notebook
System-of-record notebook for AI coding agents: pages, datastores, tasks, skills over MCP.
client:Claude Desktop
transport:streamable-http
Install ctlsurf in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"notebook": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.ctlsurf.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs