Scan
Freeby MCP Community
Open-source security scanner for Model Context Protocol (MCP) servers. Audits Claude Desktop, VS Code, Cursor, Windsurf, and 16+ AI tools for secrets, prompt in
v2.0.1Added Apr 12, 2026
mcpsecurityscannerauditmodel-context-protocol
Scan MCP Server
Open-source security scanner for Model Context Protocol (MCP) servers. Audits Claude Desktop, VS Code, Cursor, Windsurf, and 16+ AI tools for secrets, prompt in
Installation
npx -y mcp-scan
Reviews
Installation
Quick install
npx -y mcp-scan
Add to claude_desktop_config.json
{
"mcpServers": {
"scan": {
"command": "npx",
"args": ["-y", "mcp-scan"]
}
}
}