Snyk API & Web MCP Server

Connect your AI coding assistant to Snyk API & Web so it can onboard scan targets, configure authentication, run DAST scans, and triage findings - all through natural language. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 7 · #64 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Snyk API & Web MCP Server

before you install - you'll need

MCP_SAW_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add snyk-saw-mcp -- uvx snyk-apiweb-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "snyk-saw-mcp": {
      "command": "uvx",
      "args": [
        "snyk-apiweb-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package snyk-apiweb-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.snyk is GitHub-verified and matches the repo owner

03 · What Snyk API & Web MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.2.0 · 2026-07-20

update python-dotenv requirement from >=1.0.0 to >=1.2.2 · shorten description to comply with MCP Registry 100-char limit · Docs/cursor marketplace and playwright mcp · bump actions/checkout from 6 to 7 · SSRF…

v1.1.3 · 2026-05-13

add 1:1 SVG logo for cursor publishing · remove Cursor Marketplace references pending marketplace approval · add Windsurf Marketplace install option · bump version to 1.1.3 · add 1:1 SVG logo for cursor publishing…

v1.1.2 · 2026-04-27

exclude .tgz from PyPI artifact upload · bump version to 1.1.2

04 · Who maintains Snyk API & Web MCP Server

Snyk API & Web MCP Server is maintained by snyk. We track 2 MCP servers from snyk - 2 actively maintained, 61 combined GitHub stars, oldest repo from Nov 2025. Full record: all servers from snyk.

  1. mcp Easily find and fix security issues in your applications leveraging Snyk platform capabilities. ★ 54

05 · Facts

category
security - ranked #64 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-20)
registry
io.github.snyk/saw-mcp (active, first published 2026-04-27)
packages
pypi:snyk-apiweb-mcp

06 · Snyk API & Web MCP Server FAQ

What is Snyk API & Web MCP Server?

Connect your AI coding assistant to Snyk API & Web so it can onboard scan targets, configure authentication, run DAST scans, and triage findings - all through natural language. It runs locally over stdio via the published package.

Is Snyk API & Web MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Snyk API & Web MCP Server?

Run `uvx snyk-apiweb-mcp`. The README documents one environment variable (MCP_SAW_API_KEY) to set first. You can also paste the ready-made client config above.

Does Snyk API & Web MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Snyk API & Web MCP Server