MCP OAuth Sample
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP OAuth Samplestart OAuth authentication for my MCP client"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP OAuth Sample on Vercel and Analytics
A production-ready MCP (Model Context Protocol) OAuth 2.1 server implementation built with Next.js 15, providing secure authentication and analytics for MCP clients.
Overview
This project was built using run-llama/mcp-nextjs as a reference implementation and significantly enhanced to be fully compliant with the MCP Authorization Specification or here.
Key Enhancements
โ
OAuth 2.1 Compliance - Full implementation of MCP authorization specification
โ
OAuth Refresh Tokens - Automatic token refresh for seamless user experience
โ
DIY Analytics Dashboard - Real-time analytics with security monitoring
โ
Enhanced Security - Comprehensive threat detection and monitoring
Related MCP server: Sage MCP
Quick Start
# Install dependencies
pnpm install
# Setup environment variables (see docs/setup.md)
cp .env.example .env
# Setup database
pnpm prisma generate
pnpm prisma db push
# Start development server
pnpm devScreenshots
Dashboard

OAuth Usage Metrics

DIY Security Monitoring

MCP Clients Tools Usage

Features
Complete OAuth 2.1 Server with PKCE and refresh token support
MCP Authorization Flow compliant with latest MCP specification
Analytics Dashboard with real-time security monitoring
Google Authentication integration via NextAuth.js
Dynamic Client Registration for seamless MCP client onboarding
Security Monitoring with threat detection and alerting
PostgreSQL Database with automated cleanup and TTL management
Documentation
๐ View Full Documentation - Interactive Material for MkDocs site
Local Documentation Development
# Serve documentation locally with hot reload
./docs-serve.sh
# Or on Windows
docs-serve.bat
# Manual setup
pip install -r requirements.txt
mkdocs serveMCP Specification Compliance
We have attempted to implement all the mandatory requirements specified in the MCP Authorization Specification.
What Makes This Different
Discovery Endpoints - Proper RFC 8414 and RFC 9728 implementation
Resource Parameter Support - RFC 8707 Resource Indicators implementation
Token Audience Validation - Strict security boundary enforcement
Refresh Token Flow - OAuth 2.1 compliant token refresh
WWW-Authenticate Headers - Proper 401 response handling
Dynamic Client Registration - RFC 7591 support for MCP clients
Quick Links
Live Demo: mcp-oauth-sample.vercel.app (Analytics dashboard requires Gmail address allowlist)
Analytics Dashboard:
/analytics(supports multiple Gmail addresses)MCP Endpoints:
SSE:
/mcp/sseHTTP:
/mcp/mcp
OAuth Discovery:
/.well-known/oauth-authorization-server
MCP Client Integration
For Claude Desktop/Web
{
"mcpServers": {
"raxIT-oauth": {
"url": "https://your-domain.com/mcp/sse",
"transport": "sse"
}
}
}For Cursor
{
"mcpServers": {
"raxIT-oauth": {
"url": "https://your-domain.com/mcp/mcp",
"transport": "http-stream"
}
}
}Contributing
We warmly welcome contributions from the community! This project is open source and we encourage developers to help make it even better.
Ways to Contribute
๐ Report Bugs - Found an issue? Open a bug report
โจ Request Features - Have an idea? Submit a feature request
๐ Improve Documentation - Help make our docs clearer and more comprehensive
๐ง Submit Code - Fix bugs, add features, or improve performance
๐งช Add Tests - Help us increase test coverage and reliability
๐จ Enhance UI/UX - Make the analytics dashboard even better
Getting Started
Fork the repository to your GitHub account
Clone your fork:
git clone https://github.com/your-username/mcp-oauth-sample.gitInstall dependencies:
pnpm installSet up environment: Follow our Setup Guide
Create a branch:
git checkout -b feature/your-feature-nameMake your changes and test thoroughly
Commit: Use Conventional Commits format
Push and create a Pull Request
Development Guidelines
Code Style: Follow existing patterns and use ESLint/Prettier
Testing: Add tests for new features and ensure existing tests pass
Documentation: Update relevant docs for any changes
Security: Follow security best practices, especially for OAuth flows
Performance: Consider analytics and monitoring impact
Community
๐ฌ Discussions: Join conversations in GitHub Discussions
๐ผ LinkedIn: Follow us on LinkedIn
๐ฆ X (Twitter): Follow @raxit_ai for updates
๐ฆ Bluesky: Connect on Bluesky
All contributors are welcome! Whether you're fixing typos, adding major features, or helping with docs - every contribution matters. ๐
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Support
Issues: GitHub Issues
Documentation: docs/
Built with โค๏ธ by raxIT AI
Based on run-llama/mcp-nextjs with enhancements to learn MCP authz.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Cloudflare Workers-based MCP server implementation that supports OAuth login and bearer token authentication, allowing secure connection from MCP clients like Claude Desktop and the MCP Inspector.Last updated1
- AlicenseBqualityFmaintenanceA multi-tenant MCP server platform that hosts isolated MCP servers with OAuth/API key authentication for 23+ services, enabling integration with Claude Desktop and other clients via a web interface and CLI.Last updated1344MIT
- Flicense-qualityDmaintenanceA production-ready MCP server with OAuth 2.1 authentication, enabling authenticated MCP tool calls via Google OAuth.Last updated
- Alicense-qualityCmaintenanceA Node.js MCP server with custom OAuth 2.1 + PKCE authentication, enabling secure remote connections to LLMs like Claude and ChatGPT.Last updated85MIT
Related MCP Connectors
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/raxITlabs/mcp-oauth-sample'
If you have feedback or need assistance with the MCP directory API, please join our Discord server