Back to MCP Servers
S2 Sdk Typescript
Official MCP server for the S2.dev serverless stream platform.
databasestypescript
Installation
npx -y s2-sdk-typescriptConfiguration
{
"mcpServers": {
"s2-sdk-typescript": {
"command": "npx",
"args": ["-y", "s2-sdk-typescript"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes