jetski
Jetski provides authentication, analytics, and prompt visibility for MCP servers with zero code changes.
Jetski is an Open Source MCP Analytics and Authentication Platform, part of HyprMCP. It addresses the major challenges teams face when developing MCP servers without requiring any code modifications. With built-in support for OAuth2.1, Dynamic Client Registration (DCR), and real-time logging, it streamlines the client onboarding process and enhances server visibility.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"jetski": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jetski"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions