MCP server for managing the Snyk platform. Uses Snyk’s REST API and V1 API and routes each use case to the correct endpoint.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"snyk-admin-mcp": {
"command": "npx",
"args": [
"-y",
"snyk-ps/snyk-admin-mcp"
]
}
}
}
Run in terminal:
claude mcp add snyk-admin-mcp npx -y snyk-ps/snyk-admin-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"snyk-admin-mcp": {
"command": "npx",
"args": [
"-y",
"snyk-ps/snyk-admin-mcp"
]
}
}
}