Snyk MCP Server
$ npx -y snyk@latest mcp -t stdio Sign in to Snyk and open Personal Access Tokens from your account settings. Create a PAT there. Snyk documents PATs as available under your profile for Enterprise users; for local CLI use you can then pass it to snyk auth <YOUR_PAT>, snyk config set api=<YOUR_PAT_OR_API_TOKEN>, or set SNYK_TOKEN.
$ npx -y snyk@latest mcp -t stdio Sign in to Snyk and open Account settings. In the key field, click Click to show and copy the API token. You can regenerate it there with Revoke & Regenerate. Snyk also documents using this token with snyk auth <YOUR_API_TOKEN>, snyk config set api=<YOUR_PAT_OR_API_TOKEN>, or SNYK_TOKEN.
$ npx -y snyk@latest mcp -t stdio Create a service account in Snyk under your Organization or Group as described in Service accounts. Snyk recommends service accounts for automation, including API and CI/CD usage. Use the resulting token where Snyk accepts account tokens, such as API Authorization headers or the CLI SNYK_TOKEN/snyk auth flows.