mcpbeat Sign in

Snyk API & Web MCP Server

local only

Snyk API & Web MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from pypi. Last commit 16 Sep 2026.

MCP server for Snyk API & Web — DAST scanning, findings management, and vulnerability triage

Installs per day peak 235 · avg 22 · -76% w/w
a month agotoday
96
Installs / week
pypi · snyk-apiweb-mcp
8
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add saw-mcp -- uvx snyk-apiweb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "saw-mcp": {
      "args": [
        "snyk-apiweb-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.saw-mcp]
command = "uvx"
args = ["snyk-apiweb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "saw-mcp": {
      "args": [
        "snyk-apiweb-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "saw-mcp": {
      "args": [
        "snyk-apiweb-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MCP_SAW_API_KEY (Snyk API & Web API key. Create at https://plus.probely.app/api-keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Snyk API & Web MCP Server

same job, measured the same way
OWASP ZAP MCP Server
by pierre3

MCP server for OWASP ZAP vulnerability scanning with Docker management

local only
Vulnicheck
by andrasfe

HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.

local only
Operant MCP
by operantlabs

Security testing MCP server for penetration testing, forensics, and vulnerability assessment

49 installs/wk local only
Wass MCP
by tb0hdan

MCP server for web application security scanning

local only
npm MCP
by alisaitteke

MCP server for npm package management, security analysis, and compatibility checking

32 installs/wk local only
Bawbel Scanner
by bawbel

Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel.

79 installs/wk local only
Fetter MCP
by fetter-io

Real-time Python package and vulnerability data for AI coding agents.

3 tools answering
Seal Security
by sealsecurity

Vulnerability management: scan projects, search sealed packages, manage sealing rules and reports.

answering

Snyk API & Web MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Snyk API & Web MCP Server?
Snyk API & Web MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package snyk-apiweb-mcp was installed 96 times last week.
How do I connect Snyk API & Web MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls snyk-apiweb-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Snyk API & Web MCP Server?
The pypi package snyk-apiweb-mcp was installed 96 times in the last week. Week over week that is -76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Snyk API & Web MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.