Best for
- TypeScript or Python developers building MCP servers
- Teams validating MCP App behavior
- Users verifying server connections during development
This is a development and debugging component in the mcp-use repository for testing and previewing MCP servers and MCP Apps. The source provides no standalone tool list, transport declaration, client compatibility list, or installation configuration, so those fields remain empty.
mcp-use is a fullstack MCP framework for building MCP servers, MCP Apps, clients, and AI agents. This server path corresponds to the mcp-use Inspector, which provides interactive testing and debugging for MCP servers and can also inspect standalone MCP server endpoints.
The Inspector is auto-included when using mcp-use server.listen() or server.run(). It can also be launched with npx @mcp-use/inspector --url http://localhost:3000/mcp to inspect a specified server, or accessed through the online Inspector.