Studio MCP Server
Rank #277io.snyk/mcp
Easily find and fix security issues in your applications leveraging Snyk platform capabilities.
Studio MCP Server is a Model Context Protocol (MCP) server published by snyk. It ranks #277 of 115,460 servers tracked on MCP Toplist, and its repository has 83 GitHub stars. Studio MCP Server is listed across 2 registries — Official MCP and mcp.so, with 3 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on May 6, 2026.
Ranks ahead of 115,183 of 115,460 servers on MCP Toplist.
Use Studio MCP Server
claude mcp add snyk -- npx -y snyk mcp -t stdio[mcp_servers.snyk]
command = "npx"
args = ["-y", "snyk", "mcp", "-t", "stdio"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"snyk": {
"command": "npx",
"args": [
"-y",
"snyk",
"mcp",
"-t",
"stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"snyk": {
"command": "npx",
"args": [
"-y",
"snyk",
"mcp",
"-t",
"stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"snyk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"snyk",
"mcp",
"-t",
"stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"snyk": {
"command": "npx",
"args": [
"-y",
"snyk",
"mcp",
"-t",
"stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"snyk": {
"command": "npx",
"args": [
"-y",
"snyk",
"mcp",
"-t",
"stdio"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.snyk%2Fmcp)<a href="https://mcptoplist.com/server/io.snyk%2Fmcp"><img src="https://mcptoplist.com/badge/io.snyk%2Fmcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
snyk
Other servers by snyk
View all snyk servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1304.2 | May 6, 2026 |
| 1.1299.1 | Sep 24, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Studio MCP Server?
- Studio MCP Server is maintained by snyk, which publishes 4 MCP servers (32 total versions) tracked on MCP Toplist.
- Is Studio MCP Server listed on the Official MCP Registry?
- Yes — Studio MCP Server is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Studio MCP Server have?
- MCP Toplist tracks 3 versions of Studio MCP Server, most recently published on May 6, 2026.
- Where can I find the source code for Studio MCP Server?
- The source code for Studio MCP Server is hosted at github.com/snyk/studio-mcp.