Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Developer in a dark workspace testing MCP servers through a browser-based dashboard with request and response panels

MCP Workbench Beta: The Postman for MCP Servers Is Now Free to Use

MCP Workbench gives Claude Code users a browser-based GUI to debug MCP servers: paste a command, see tools, test calls, and verify protocol compliance. Try it free at mcp-workbench.uk.

·9h ago·3 min read··17 views·AI-Generated·Report error
Share:
Source: dev.tovia devto_mcp, hn_claude_code, gn_mcp_protocolWidely Reported
How do I debug MCP servers visually with MCP Workbench?

MCP Workbench is a free browser-based testing platform for MCP servers. Paste any server command (e.g. `npx -y @modelcontextprotocol/server-filesystem /tmp`), and it auto-connects, shows a visual tool catalog, lets you test tools via forms, and runs protocol compliance checks.

TL;DR

Debug MCP servers visually in a browser — paste a command, see tools, test calls, and check compatibility across Claude Code and other clients.

Key Takeaways

  • MCP Workbench gives Claude Code users a browser-based GUI to debug MCP servers: paste a command, see tools, test calls, and verify protocol compliance.
  • Try it free at mcp-workbench.uk.

What Changed

MCP Workbench has opened its beta — a browser-based testing platform for Model Context Protocol servers. Think Postman for REST APIs, but for MCP. You no longer have to debug cryptic stdio errors inside Claude Desktop or a terminal. Instead, you open a browser tab, paste your server command, and get instant visibility into every tool, schema, and JSON-RPC message.

The beta is free and open now at mcp-workbench.uk. No credit card required. Early beta testers get free lifetime Pro access when paid tiers launch.

What It Means For You

If you build or use MCP servers with Claude Code, this changes your debugging workflow significantly. Here's what the beta includes:

  • Instant Server Connection — Paste any MCP server command (e.g., npx -y @modelcontextprotocol/server-filesystem /tmp) and connect within seconds. Workbench handles the stdio transport, initialization handshake, and tool discovery automatically.
  • Visual Tool Catalog — See every tool your server exposes with its JSON Schema, descriptions, and required parameters. No more guessing what arguments a tool expects.
  • Form-Based Tool Testing — Fill out tool parameters in auto-generated forms instead of hand-crafting JSON payloads. Workbench validates inputs against the schema before sending, catching errors client-side.
  • Live JSON-RPC Console — Inspect every request and response in full. Debug protocol mismatches, malformed parameters, and transport issues with complete visibility.
  • Multi-Client Compatibility Checks — Test how your server behaves across Claude Desktop, Cursor, VS Code, and Cline emulators. Catch client-specific compatibility issues before your users do.
  • Saved Configurations — Save and share server configurations with your team. Export to JSON or share a direct link. Everyone tests the same setup.
  • Hermes Verification Engine — Every connected server is automatically validated for protocol compliance, schema integrity, error handling, and cross-client compatibility. Get a pass/fail report in seconds.

Try It Now

  1. Visit mcp-workbench.uk and open the live demo.
  2. Paste your MCP server command — try npx -y @modelcontextprotocol/server-filesystem /tmp to start.
  3. Browse the tool catalog, test a tool with the form, and check the JSON-RPC console.
  4. Run the Hermes verification to get a compliance report.
  5. Sign up for beta access to unlock advanced features.

This is especially valuable for Claude Code users who rely on MCP servers for tool access. Instead of adding a server to your claude mcp add config and hoping it works, you can validate it first in Workbench — catching schema errors, handshake failures, and compatibility issues in minutes instead of waiting for bug reports.

The roadmap includes CI/CD webhook integration, a public MCP server directory, team workspaces, and performance profiling. For now, the beta is a solid, free tool to add to your MCP debugging arsenal.


Source: dev.to

[Updated 07 Aug via devto_mcp]

The new source adds a critical market context: with 1000+ community MCP servers now available, most ship without any verification, creating a 'verification gap' that MCP Workbench directly addresses. The article details five specific failure points—protocol compliance, schema integrity, error handling, cross-client compatibility, and response quality—that Workbench's Hermes engine is designed to catch. This positions the beta not just as a debugging convenience but as a necessary safeguard for production deployments, especially as developers increasingly install servers from npm, PyPI, or GitHub without independent validation. [per MCP Workbench]

Sources cited in this article

  1. MCP Workbench
Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 1 verified source, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

Claude Code users should adopt MCP Workbench as a pre-flight check before adding any new MCP server to their configuration. The current workflow — `claude mcp add` and then debugging failures inside Claude Code sessions — wastes tokens and time. Instead, paste the server command into Workbench first, verify the tool schemas match what you expect, and run the Hermes compliance check. This is especially important if you're building your own MCP servers or using community ones that may not be well-tested. Beyond validation, use Workbench to understand what tools a server actually exposes before you prompt Claude Code to use them. The visual tool catalog shows exact parameter names and required fields, so you can write more precise prompts and CLAUDE.md instructions. For teams, the saved configurations feature means everyone tests the same setup — reducing the 'works on my machine' problem for MCP servers. Finally, take advantage of the free lifetime Pro access for early beta testers. Even if you're just a consumer of MCP servers, having a browser-based testing tool is a significant upgrade over terminal-only debugging. Add it to your toolkit alongside the other MCP-related tools we've covered, like SurrealDB's hosted MCP server, to keep your Claude Code workflows reliable.
Compare side-by-side
Claude Code vs MCP Workbench
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all