Clean Clipper Add to Chrome (free)

When the clipper broke

OneNote Web Clipper will not sign in

You click the clipper, it asks you to sign in, the window flashes, and it asks you to sign in again. Sometimes the loop ends in a page that says Server Error in '/siteapi' Application. Here is what that message means, the things worth trying in order, and the honest answer about why it keeps coming back.

What the error actually is

The clipper does not hold your Microsoft session itself. When you press it, it opens a sign-in flow against Microsoft servers and waits for a token to come back. Everything you see happens after that request leaves your machine, so the failure is on the round trip, not in the button you pressed.

Server Error in '/siteapi' Application. Runtime Error is an ASP.NET error page. It is produced by Microsoft's own server when the request that the extension sent could not be completed there. The page says the details are hidden “for security reasons”, which is why it tells you nothing useful: the actual stack trace is visible only to Microsoft.

The other shape of the same problem is the loop with no error page at all. You sign in, a window flashes, and the extension asks again, because the token either never arrived or arrived and was not accepted. The usual local cause is third-party cookies: the sign-in happens on login.live.com while the extension lives somewhere else, and a browser that blocks cross-site cookies drops the result on the floor.

What people report, word for word

These are Chrome Web Store reviews of the OneNote Web Clipper, unedited. Dates and versions matter here more than the wording: this is not one bad week.

Log in authenticated but return to sign in page again! … Server Error in '/siteapi' Application. Runtime Error
★☆☆☆☆OneNote Web Clipper 3.11.2
It has stopped working providing a login loop, asking you to log in, then asking again and again and again. This problem was first reported to Microsoft in 2023.
★☆☆☆☆OneNote Web Clipper 3.10.12
Reloading, uninstalling Chrome, renewing Credentials, and many other things did NOT work.
★★☆☆☆OneNote Web Clipper 3.10.12
Impossible to login, cookies issue even when enabled
★☆☆☆☆OneNote Web Clipper 3.10.12

Source: Chrome Web Store reviews, collected 5 September 2026. Author names are left out on purpose. Of the 608 reviews left in the last twenty-four months, 109 are one or two stars, and 17 of those describe sign-in.

What to try, in order

Start at the top. The first three cost a minute and fix the common local causes; the rest tell a problem on your machine apart from a problem on Microsoft's server.

  1. Allow third-party cookies for [*.]onenote.com and [*.]live.com. In Chrome this is Settings → Privacy and security → Third-party cookies → Allowed sites. This is Microsoft's own advice and it resolves a large share of loops on browsers that block cross-site cookies by default.
  2. Sign in to onenote.com in the same browser profile first, in a normal tab. If that sign-in also fails, the extension is not the problem and nothing you do to it will help.
  3. Check which account the browser is signed into. A personal Microsoft account and a work or school account behave differently here, and a profile signed into both will sometimes send the wrong one. Reviews describe work accounts succeeding while personal accounts loop.
  4. Clear cookies for login.live.com and onenote.com, then restart the browser and try once. Stale tokens survive a reinstall of the extension, which is why reinstalling on its own usually changes nothing.
  5. Open a guest window and try there. A guest profile carries no extensions and no cookies, so success in it points at your profile, and failure in it points at the server.
  6. If you see the /siteapi page, stop trying. That page is generated on Microsoft's side, so no local change reaches it. Report it through OneNote support rather than a store review, and try again in a few hours.

Why it keeps coming back

Because the failure is architectural, not a bug that stays fixed. A clipper that saves into a hosted notebook must authenticate on every run, which means a working clip depends on an identity service, a cookie policy, a token format and a server, all of which change without asking you.

One review from March 2026 makes the point better than any analysis: the loop was first reported in 2023, fixed months later, and has now reappeared. The rating shows the same shape. Across the whole history the card sits at 4.81 stars, but the last hundred reviews average 3.32, and 40 % of them are one or two stars.

A clipper with nothing to sign in to

Clean Clipper is built the other way round. It does not have an account, which is not a privacy slogan here but a plain statement about which failures are possible.

The two designs, side by side

This is a comparison of how the two are built, not of how good they are. OneNote does things Clean Clipper cannot, and the next section is about those.

What happensOneNote Web ClipperClean Clipper
Before the first clipSign in to a Microsoft accountPick a folder, once
Where the clip goesA hosted notebook, over the networkA `.md` file on your disk
Pages behind your loginDepends on the service reading themWorks: it reads your open tab
If the vendor's server is downNo clips until it is backUnaffected: the clip is written locally
If the vendor stops maintaining itThe clipper stops workingThe files are already yours, in Markdown

What you give up by switching

Clean Clipper is a smaller tool on purpose, and if you rely on any of the following, it is the wrong replacement. This list is here so you find out now rather than after installing.

If you decide to move

Nothing here needs the old clipper to be working, which is the point: you can do all of it while the sign-in is still broken.

  1. Install Clean Clipper and open its settings.
  2. Choose the folder for notes. If you use Obsidian, point it at the vault folder directly; Obsidian does not need to be running.
  3. Clip one page you care about and open the file to see the shape of the output before you commit to it.
  4. Leave OneNote installed for now. What is already in your notebooks stays there, and the two do not conflict.
  5. Export the old notebooks at your own pace through OneNote itself, not through the clipper. That is a separate job and this extension does not do it.
Add to Chrome (free)Free in full. No account, no sign-up, no limits.

Questions

Will reinstalling the extension fix the sign-in loop?
Usually not. Reinstalling replaces the extension but leaves the browser cookies that hold the stale session, and reviewers report doing it repeatedly with no change. Clearing cookies for login.live.com is the step that actually targets the cause.
Is `Server Error in '/siteapi'` something I caused?
No. It is an ASP.NET error page returned by Microsoft's server. Nothing on your machine produces it and nothing on your machine clears it.
Does it work in Edge if it fails in Chrome?
Sometimes, but not reliably. One review from August 2026 reports the same /siteapi error in Edge. If both fail the same way, the cause is not the browser.
Why does a work account sign in when my personal account does not?
They go through different identity endpoints. Reviews describe exactly this split. It is a useful diagnostic: it tells you the extension itself is intact and the problem is in the account flow.
Can I clip to OneNote without the extension?
You can email a page to your notebook or paste into the OneNote web app. Both are slower and neither keeps the article structure well, but both work while the clipper does not.
Does Clean Clipper clip into OneNote?
No. It writes Markdown files to a folder. If your notes have to end up in OneNote, this is not a replacement for you, and the honest answer is to wait for Microsoft to fix theirs.
Does Clean Clipper need an account?
No, and there is nothing to create one on. There is no server holding your notes and no permission asked on the sites you read: access to a page comes from your click on that tab.
Is it free?
Yes, entirely. No page limit, no account, no paid tier.