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

MCP Inspector Online 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 โ†’