Ask HN: Has anyone managed to implement OAuth on an MCP server?

1 points by rco8786 ↗ HN
OAuth has been officially part of the MCP spec for a few weeks. But so far, I haven't seen any examples of it in the wild. Wondering if anyone has done this, or knows of any documentation that is actually decent on how to do it.

2 comments

[ 2.5 ms ] story [ 15.4 ms ] thread
Yep, I ran into a few issues wiring up OAuth over the last few weeks building a ChatGPT connector so built this library to help folks get up and running quickly.

https://github.com/mcpauth/mcpauth/

Let me know if you have any questions on it