AIToday
Large Language ModelsAmazon AI BlogPublished: Aug 26, 2026, 04:01 JST2 min read

Amazon OpenSearch MCP Apps bring interactive dashboards into AI agent chats

Amazon OpenSearch MCP Apps bring interactive dashboards into AI agent chats

Key takeaway

  • Amazon OpenSearch Service introduced MCP Apps, adding interactive visualizations to AI tool responses.

  • This closes the verification gap, letting engineers confirm root causes in chat.

  • The MCP server runs locally.

3 Key Points

  1. What happened

    Amazon OpenSearch Service now supports MCP Apps, which extend the Model Context Protocol so each tool call returns both a text summary and an interactive visualization (trace waterfall, service map, log pattern view) rendered in your AI assistant's chat window.

  2. Why it matters

    The verification gap—reading an agent's root cause hypothesis and manually checking it in separate browser tabs—has been the bottleneck. MCP Apps let engineers verify inline in the same thread, without leaving the IDE or re-running queries.

  3. What to watch

    Setup requires a compatible agentic IDE (Claude Desktop, VS Code GitHub Copilot, Goose, ChatGPT, or Cursor), Node.js 22 or later, and AWS credentials with es:ESHttpGet and es:ESHttpPost permissions. The server runs locally, keeping data in your AWS account.

Ask the AI about this article →

Context & Analysis

This launch addresses a core friction point in agentic observability: the time lost when engineers must switch from an AI assistant's text answer to separate dashboards for manual verification. By embedding interactive visualizations directly into the conversation thread, MCP Apps aim to keep the human in the loop without breaking flow. The local MCP server preserves the control and cost-efficiency that organizations running agentic observability locally have chosen, while adding the ease-of-use typically found in vendor-hosted solutions. The dual response pattern—structured text for the agent's reasoning, plus a rendered widget for the human—bridges the gap between automated analysis and human judgment. This could make agentic workflows more practical for on-call engineers, who can now investigate, verify, and even trigger remediation without ever leaving the IDE.

FAQ

What do I need to get started with MCP Apps?
You need an OpenSearch UI application with an Observability workspace, a compatible agentic IDE (like Claude Desktop or VS Code), Node.js 22 or later, and AWS credentials with es:ESHttpGet and es:ESHttpPost permissions.
How do MCP Apps ensure the visualizations are trustworthy?
Visualizations are generated server-side by executing code against your actual data sources. This means results are deterministic and match what you would see in your OpenSearch dashboards, not just the AI's interpretation.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleNvidia and Cisco take AI factory to rack scale