Scalekit auth plugins for Claude Code covering full-stack auth, Modular SSO, SCIM provisioning, MCP OAuth 2.1, and agent authentication.
npx claudepluginhub scalekit-inc/claude-code-authstackOAuth 2.1 authorization for MCP servers using Scalekit to protect tools used by AI IDEs and agents.
Implements Scalekit Agent Auth so AI agents can act in third-party apps (Gmail, Slack, Calendar, Notion) on behalf of users.
Modular SSO flows using Scalekit for apps with existing user management, including IdP-initiated login and enterprise onboarding.
SCIM webhook provisioning with Scalekit for real-time user and group lifecycle management.
Production-ready authentication flows (sign-up, login, logout, sessions) using Scalekit full-stack auth across common stacks.
Scalekit Auth Plugins for Claude Code — the auth stack for agents.
Add SSO, SCIM, MCP Auth, agent auth, and tool-calling from your Claude Code editor.
Setting up auth for B2B and AI apps is complex. Between auth flows, SSO providers, SCIM provisioning, MCP auth, and securing AI agents, most developers spend weeks on auth instead of shipping features with confidence.
This plugin adds the complete Scalekit auth stack to your projects — whether that's a B2B app, AI agent, or MCP server — directly from Claude Code.

# Start Claude REPL
claude
# Add Scalekit Auth Stack marketplace
/plugin marketplace add scalekit-inc/claude-code-authstack
# Run the plugins wizard
/plugin
| Plugin | Description |
|---|---|
| Dryrun | Validate auth and provisioning flows before deployment. Test your configuration against real identity providers without touching production. |
| MCP Auth | Add OAuth 2.1 authorization to Model Context Protocol servers. Guides you through token handling, refresh flows, and scope management. |
| Modular SSO | Integrate enterprise SSO providers (Okta, JumpCloud, Entra ID, etc.). Support 20+ identity providers without writing SAML parsers. |
| Modular SCIM | Enable user provisioning and directory sync. Let customers provision users automatically from their identity provider. |
| Full Stack Auth | Complete authentication setup for web applications. End-to-end auth including login pages, session management, and protected routes. |
| Agent Auth | Secure authentication for AI agents and services. OAuth flows designed for AI agents with token persistence and refresh logic. |
After installing the marketplace, choose a plugin based on your use case:
/plugin install mcp-auth
Use this to secure your MCP servers with OAuth 2.1 authorization.
/plugin install modular-sso
Use this to add SAML/OIDC SSO with providers like Okta, JumpCloud, or Entra ID.
/plugin install agent-auth
Use this to add authentication for AI agents that act on behalf of users.
/plugin install modular-scim
Use this to enable SCIM directory sync for automatic user provisioning.
.
├── plugins/
│ ├── dryrun/ # Validate auth flows before deployment
│ ├── mcp-auth/ # OAuth 2.1 for MCP servers
│ ├── modular-sso/ # Enterprise SSO integration
│ ├── modular-scim/ # SCIM provisioning
│ ├── full-stack-auth/ # Complete web app auth
│ └── agent-auth/ # AI agent authentication
├── images/ # Documentation images
├── AGENTS.md # Contribution guidelines
└── LICENSE # MIT License
client_id and client_secretContributions are welcome! Please see AGENTS.md for contribution guidelines.
git checkout -b feature/my-pluginThis project is licensed under the MIT license. See the LICENSE file for more information.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations