Snyk MCP Server
Spec Support Unverified Confidence: Good (0.85)Snyk MCP Server is an MCP server published by Snyk; its MCP spec-revision support has not been verified yet. It is the first-party server from Snyk. Last verified 2026-08-07.
Does Snyk MCP Server support the current MCP specification (2026-07-28)?
Undetermined. We have not verified which MCP specification revision Snyk MCP Server supports (as of 2026-08-07).
Is Snyk MCP Server a first-party (official) MCP server?
Yes. Snyk MCP Server is the first-party MCP server published by Snyk (last verified 2026-08-07).
How do I connect to Snyk MCP Server?
Snyk MCP Server is available via the package npm:snyk, the official MCP Registry under io.snyk/mcp, the source repository at https://github.com/snyk/studio-mcp. Authentication: none. Transports: stdio.
When were Snyk MCP Server's facts last verified?
2026-08-07. Each fact on this page links to the sources used to verify it.
Snyk's MCP server is not a standalone package: it ships inside the Snyk
CLI and is invoked with the snyk mcp command. The README's framing is
that it "bridges the gap between security scanning and AI-assisted
workflows", letting an agentic tool trigger Snyk scans and read the
findings in place. The exposed tools cover open-source (snyk_sca_scan),
code (snyk_code_scan), IaC (snyk_iac_scan), container
(snyk_container_scan), and SBOM (snyk_sbom_scan) scanning, plus an
experimental secret-detection tool.
The registry record is arranged accordingly: its package is the snyk
npm CLI, and the version string (1.1304.2) follows the CLI's own
numbering rather than a separate MCP-server version. The development
repository is snyk/studio-mcp, a Go module in the GitHub-verified snyk
organization, which grounds the first-party authority.
No surface names a supported MCP specification revision; spec_status
is unknown.
How widely adopted is Snyk MCP Server?
Ranked #20 in The MCP 500 with Adoption Index 80.59 (snapshot , methodology v1).
| Measurement | Value | Source |
|---|---|---|
| Official MCP Registry | yes | API · |
| npm downloads (weekly) | 727,759 | API · |
| GitHub stars | 54 | API · |
| GitHub forks | 16 | API · |
| Last push | 2026-08-07T15:13:30Z | API · |
| Repository archived | no | API · |
How was this verified, and what are the sources?
Verified · method: repo-readme
· confidence 0.85 (Good).
- Official MCP Registry record io.snyk/mcp version 1.1304.2 (published 2026-05-06) - npm package snyk (the Snyk CLI), stdio transport, repository snyk/studio-mcp; the io.snyk namespace is domain-verified - accessed
- snyk/studio-mcp README - "Snyk is introducing an MCP server as part of the Snyk CLI. This allows MCP-enabled agentic tools to integrate Snyk security scanning capabilities directly"; run via the snyk mcp CLI command; tools include snyk_sca_scan, snyk_code_scan, snyk_iac_scan, snyk_container_scan, snyk_sbom_scan, and an experimental snyk_secret_scan; the repository is a Go module (go.mod) - accessed