RxJS MCP Server

$npx -y rxjs-mcp-server
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.

Frequently Asked Questions

How do I install RxJS MCP Server?

Install RxJS MCP Server by running: npx -y rxjs-mcp-server

What MCP clients work with RxJS MCP Server?

RxJS MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use RxJS MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free