Snyk Studio MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/snyk/studio-mcp
cd studio-mcp

Then follow the repository README for any remaining dependency or build steps before continuing.

2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add snyk-studio -- node "<FULL_PATH_TO_STUDIO_MCP>/dist/index.js"

Replace <FULL_PATH_TO_STUDIO_MCP>/dist/index.js with the actual folder you prepared in step 1.

README.md

Integrate Snyk security scanning capabilities directly into AI-assisted workflows.

Snyk Studio MCP

MCP (Model Context Protocol) is an open protocol that standardizes how applications share context with large language models.

MCP can provide AI systems with additional information needed to generate accurate and relevant responses for use cases where the AI systems do not have the context, by integrating the AI systems with tools and platforms that have specific capabilities.

You can integrate Snyk MCP into MCP-supporting tools to provide Snyk security context.

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, thus bridging the gap between security scanning and AI-assisted workflows.

In environments or applications that use MCP, you can use the snyk mcp CLI command to:

  • Invoke Snyk scans:
    Trigger CLI security scans for code, dependencies, or configurations in your codebase in your current MCP context.
  • Retrieve results:
    Obtain Snyk security findings directly in your MCP-enabled tool or environment.

The Snyk MCP server supports integrating the following Snyk security tools into an AI system:

  • snyk_sca_scan (Open Source scan)
  • snyk_code_scan (Code scan)
  • snyk_iac_scan (IaC scan)
  • snyk_container_scan (IaC scan)
  • snyk_sbom_scan (SBOM file scan)
  • snyk_aibom (Create AIBOM)
  • snyk_trust (Trust a given folder before running a scan)
  • snyk_auth (authentication)
  • snyk_logout (logout)
  • snyk_auth_status (authentication status check)
  • snyk_version (version information)

Running snyk_sca_scan may execute third-party ecosystem tools (for example, Gradle or Maven) on your machine to fetch the project's dependency tree.

For more details, see the Snyk MCP installation, configuration and startup and Troubleshooting for the Snyk MCP server pages.

This repository is closed to public contributions.

Tools (11)

snyk_sca_scanPerforms an Open Source dependency scan on the project.
snyk_code_scanPerforms a static code analysis scan.
snyk_iac_scanPerforms an Infrastructure as Code security scan.
snyk_container_scanPerforms a container security scan.
snyk_sbom_scanPerforms a scan on an SBOM file.
snyk_aibomCreates an AIBOM for the project.
snyk_trustTrusts a specific folder before running a scan.
snyk_authHandles authentication with Snyk.
snyk_logoutLogs out of the Snyk session.
snyk_auth_statusChecks the current authentication status.
snyk_versionRetrieves version information for the Snyk CLI.

Configuration

claude_desktop_config.json
{"mcpServers": {"snyk": {"command": "snyk", "args": ["mcp"]}}}

Try it

Run a Snyk code scan on the current directory and summarize the critical vulnerabilities found.
Can you perform an Open Source dependency scan to check for outdated packages in my project?
Check my Infrastructure as Code files for any misconfigurations using Snyk.
Authenticate my Snyk session so I can start running security scans.
Generate an AIBOM for this project to document the AI components used.

Frequently Asked Questions

What are the key features of Snyk Studio?

Integrates Snyk security scanning directly into MCP-enabled AI tools.. Supports multiple scan types including SCA, Code, IaC, and Container.. Provides security context to AI agents for more accurate code analysis.. Includes built-in authentication management for Snyk services.. Supports SBOM and AIBOM generation for project transparency..

What can I use Snyk Studio for?

Developers identifying security vulnerabilities in real-time while chatting with an AI coding assistant.. Automating security compliance checks for Infrastructure as Code during the development phase.. Generating software bills of materials (SBOM) for open source dependencies within an AI-assisted workflow.. Quickly checking the security posture of a new project folder before starting development..

How do I install Snyk Studio?

Install Snyk Studio by running: snyk mcp

What MCP clients work with Snyk Studio?

Snyk Studio works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Snyk Studio docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare