README.md
Execute, debug, and visualize RxJS streams directly from AI assistants.
Execute, debug, and visualize RxJS streams directly from AI assistants like Claude.
Configuration
claude_desktop_config.json
{"mcpServers":{"rxjs":{"command":"npx","args":["-y","rxjs-mcp-server"]}}}Try it
→Create an RxJS stream that emits values every second and filters for even numbers.
→Visualize an RxJS switchMap operation to help me understand how it handles inner observables.
→Debug this RxJS pipe sequence and tell me why the subscription isn't receiving data.
→Show me how to combine two RxJS streams using combineLatest.
→Execute a sample RxJS script that demonstrates error handling with catchError.