Scan and identify security issues in MCP servers to help strengthen defenses against potential attacks on AI agent connections.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpscan": {
"command": "npx",
"args": [
"-y",
"harikrishn4101/MCPScan"
]
}
}
}
Run in terminal:
claude mcp add mcpscan npx -y harikrishn4101/MCPScan
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpscan": {
"command": "npx",
"args": [
"-y",
"harikrishn4101/MCPScan"
]
}
}
}