MCPViews is an open-source, free-to-use companion that transforms plain-text tool output into interactive, beautifully rendered content — tables, diagrams, code reviews, and more. Through the Model Context Protocol, agents push rich content to a companion window.
Install renderers for any data type. From database schemas to API docs, each plugin knows how to display its content.
Renderers call your backend API directly, fetching live data and enabling real-time interactions — blending MCP orchestration with native app UIs.
Accept or reject changes inline. Schema migrations, document edits, and code reviews all support interactive approval.
Sortable, filterable tables with hierarchical rows, change tracking, and review mode with per-row accept/reject.
Dark and light modes that match your editor. MCPViews adapts to your workflow.
User interactions in the companion window flow back to the agent as context for its next response.
AI Agent
Claude, Cursor, etc.
MCPViews
MCP Server
Plugin Renderers
Tables, diagrams, reviews
Companion Window
Visual output
Your Backend API
Live data
Download for macOS or Windows. Build from source on Linux.
{
"mcpServers": {
"mcpviews": {
"type": "url",
"url": "http://localhost:4200/mcp"
}
}
}Ask your agent to run the setup tool for auto-initialization.
Loading...