
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@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
.gitignore
file 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:
BanUser
CreateInvitation
CreateUser
DeleteUser
GetSession
GetUser
GetUserList
GetUsersCount
ListDomains
ListInvitations
RevokeInvitation
UpdateUser
To 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
The npm package @clerk/clerk-mcp receives a total of 89 weekly downloads. As such, @clerk/clerk-mcp popularity was classified as not popular.
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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.