Yavio: Open-Source Product Analytics SDK for MCP Apps

Yavio is an open-source product analytics SDK designed specifically for MCP and MCP Apps. The project was built using Claude Code as the primary development tool for the majority of the codebase, including the SDK, ingestion API, and dashboard.
What Yavio Does
Yavio wraps your MCP App with one function call and automatically captures every tool call, error, and resource read. This provides developers with visibility into how their tools are being used, where users drop off, and what drives revenue.
How It Works
Integration requires just one function call:
const server = withYavio(new McpServer({ name: "my-app", version: "1.0.0" }));
Features
- Automatic capture of tool calls, errors, and resource reads
- Dashboard with per-tool breakdowns
- Funnel analysis
- Retention tracking
- Error tracking
Technical Details
- Current version: v0.1.0
- License: MIT
- Free to self-host with Docker
- Cloud version coming soon
Development Approach
The developers used Claude Code for the majority of the codebase, describing it as their "best friend" during development. The project is being built in the open, with the team actively seeking feedback on what insights developers want about their MCP Apps.
This type of analytics tool is particularly useful for developers building MCP Apps who need visibility into how their tools are being used in production environments.
📖 Read the full source: r/ClaudeAI
👀 See Also

CostHawk Launches Public Leaderboard for Claude Code, Codex, and Cursor Token Consumption
CostHawk’s leaderboard ranks public users of Claude Code, OpenAI Codex, and Cursor by total token consumption, tracking counts, models, and sync timestamps without storing prompts or code.

Claude to PDF Chrome Extension Exports Long Conversations with Formatting Intact
A developer has released a free Chrome extension called Claude to PDF that captures full conversation history from Claude AI chats and preserves code blocks, LaTeX math, and table formatting when exporting to PDF.

VSCode-Perplexity-MCP: Use Your Perplexity Account for Free AI Search in VS Code
An open-source MCP server that lets you connect your Perplexity.ai account to VS Code, giving Clawbot search, reasoning, and compute capabilities without paying per API request.

Hollow Agent OS: Local AI workers call Claude as senior architect when stuck
Hollow Agent OS uses local Qwen models that run 24/7, but when they hit logic errors or need major changes, they trigger a Claude call via MCP. Claude reorganizes file structures, reviews code, and acts as a manager for autonomous local workers.