
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rustâs crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
@clerk/clerk-mcp
Advanced tools
â ď¸ Warning: This project is in active development and subject to rapid changes. Features and APIs may be modified frequently. If you have feedback or workflows you'd like to see supported, please get in touch via ai@clerk.dev
Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems or services like Clerk.
Clerk's MCP server allows you to use any MCP Client (Claude Desktop, Cursor, Windsurf and many others) to use natural language and your LLM to accomplish things with Clerk.

â ď¸ Security Warning: Never share or commit your Clerk Secret Key. If exposed, immediately rotate it in your Clerk Dashboard. Add it to your
.gitignorefile and use environment variables in production.
Installation will vary depending on your client, but in most cases you'll need to add the JSON below to your MCP config file. Be sure to insert your Clerk API token.
{
"mcpServers": {
"Clerk": {
"command": "npx",
"args": ["@clerk/clerk-mcp@latest"],
"env": {
"CLERK_API_KEY": "YOUR CLERK API KEY",
"ALL_TOOLS": "false", // Optional
"PROMPTS_DISABLED": "false" // Optional
}
}
}
}
This project supports tools for all Clerk API endpoints by setting the ALL_TOOLS to "true". It also supports some prompt workflows tested in Cursor which allow you to quickstart Clerk applications.
By default, the following core Clerk API tools are enabled:
BanUserCreateInvitationCreateUserDeleteUserGetSessionGetUserGetUserListGetUsersCountListDomainsListInvitationsRevokeInvitationUpdateUserTo access additional tools:
ALL_TOOLS=true in your configCreateClerkNextJSApp - follows our Next.js quickstart guide to setup a Next.js project using Clerk.CreateClerkReactApp - follows our React quickstart guide to setup a React project using Clerk.FAQs
An MCP server for Clerk generated by @buildwithalyer
We found that @clerk/clerk-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Rustâs crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Googleâs UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.