Web MCP

MCP Inspector

Interactive web-based tool for testing and debugging Model Context Protocol servers

MCP Inspector

The MCP Inspector is a powerful, web-based development tool designed for testing and debugging Model Context Protocol (MCP) servers. Built as part of the Web MCP ecosystem, it provides developers with an intuitive interface to explore, test, and validate MCP servers without requiring any installation.

🚀 Quick Start

Try it Now

Start testing MCP servers immediately in your browser—no installation required.

Launch MCP Inspector

📸 Interface Overview

Online MCP Inspector Screenshot

✨ Key Features

🔍 Real-time Testing

  • Connect to MCP servers via SSE or Streamable HTTP protocols
  • Test server tools with custom parameters in real-time
  • Browse server resources and capabilities
  • Verify MCP protocol compliance

🛠️ Developer Tools

  • Clean, intuitive debugging interface
  • Automatic JSON formatting and syntax highlighting
  • Clear error messages and debugging information
  • Request history and replay functionality

🌐 Browser-Based

  • No installation required—works in any modern browser
  • Cross-platform compatibility (Windows, macOS, Linux)
  • Secure sandboxed testing environment
  • Shareable links for collaboration

⚠️ Important CORS Requirement: MCP servers must support CORS (Cross-Origin Resource Sharing) to work with the web-based Inspector. Ensure your server includes appropriate CORS headers for * or https://mcp.ziziyi.com.

🎯 Common Use Cases

  • Development - Test and validate new MCP servers
  • Debugging - Identify and resolve server configuration issues
  • Integration - Verify compatibility with different MCP clients
  • Demonstration - Showcase server capabilities to stakeholders

🔧 Supported Server Types

Transport Protocols

  • Server-Sent Events (SSE) - Real-time bidirectional communication
  • Streamable HTTP - Standard HTTP-based MCP connections

Server Categories

🚀 Getting Started

  1. Access the Inspector - Open mcp.ziziyi.com/inspector in your browser
  2. Connect a Server - Enter the server URL and select transport type (SSE or HTTP)
  3. Test Tools - Browse available tools and test with custom parameters
  4. Debug - Analyze responses and iterate on your implementation

🆘 Troubleshooting

  • CORS Issues: Ensure your server supports CORS for * or https://mcp.ziziyi.com
  • Connection Problems: Verify server URL is accessible and uses supported transport
  • Protocol Errors: Check browser console for detailed error messages
  • Testing: Try connecting to our example servers first

Ready to start testing? Launch MCP Inspector →

On this page