# Walkthrough implementing OAuth for MCP servers

Watch the video walkthrough of implementing OAuth 2.1 authorization for MCP servers using Scalekit

<VideoPlayer link="https://www.youtube.com/embed/-gFAWf5aSLw" />

We'll cover the following topics:
- Registering your MCP server
- Implementing resource metadata discovery
- Validating bearer tokens
- Implementing scope-based authorization
- Securing AI agent integrations