mcp-test-client

ktsaou/mcp-test-client
★ 0 stars TypeScript 🌐 Browser/Web Updated today
Browser-based MCP client for exploring any online MCP server. No install. No backend. Auto-generates forms from tool schemas.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-test-client": {
      "command": "npx",
      "args": [
        "-y",
        "ktsaou/mcp-test-client"
      ]
    }
  }
}

README Excerpt

A zero-install, browser-only test client for exploring public [Model Context Protocol](https://modelcontextprotocol.io) servers. Paste a URL, connect, and interact with a server's tools, prompts, and resources through auto-generated forms. Nothing is sent anywhere except your browser and the MCP server you point at. No backend, no account, no

Tools (1)

allOf