Skip to content
Claude Desktop

Fresh Jots for Claude Desktop

io.github.goran-arsov/freshjots-mcp

Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

client:Claude Desktop transport:streamable-http runtime:npm

Install Fresh Jots in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "freshjots-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://freshjots.com/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

Fresh Jots in other clients