Render live algorithm visualizations in AI chats to explain code logic.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Algo-MCP" yet — see the docs or source repo.
Use Algo-MCP to render a live visualization of bubble sort for the array [5, 1, 4, 2, 8], showing each comparison and swap, and label the current indices and sorted section.
A dynamic sorting visualization that clearly shows each comparison, swap, and sorting progress.
Use Algo-MCP to visualize breadth-first search (BFS) starting from node A, and show the visit order, queue state, and current node in real time.
A live graph traversal animation that helps explain BFS execution order and queue changes.
Use Algo-MCP to render a live visualization of Dijkstra's shortest path algorithm, showing distance updates, visited nodes, and the final shortest path.
A pathfinding visualization showing the shortest-path calculation process and final result.
Build, debug, and manage software tasks with natural language across LLMs.
Demo MCP server for calculations, time checks, notes, and code review prompts.
Connect to the mcp API via MCP to extend AI tool capabilities.
Production-ready MCP server for query normalization, retrieval, and RAG prompt building.
Chat with AI to retrieve documents and trigger MCP-powered tools.
Validate AI-generated code with browser tests, evidence capture, and smart diagnostics.