Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ› ļø Other Tools and Integrations
  3. MCP Log Proxy
MCP Log Proxy logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:32:49 PM

MCP Log Proxy

User RatingsBe the first to rate and review this MCP server!
View Repository31 GitHub StarsTotal stargazers on GitHub for the source repository (31 stars).Visit Website
mcploggingmonitoringdeveloper-tools

Proxies an STDIO MCP server and displays client-server messages in a local Web UI.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "emicklei-mcp-log-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "@browsermcp/mcp@latest"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (12) Directory Badge Claim listing AlternativesšŸ› ļø More in Other Tools and Integrations

Overview

The emicklei/mcp-log-proxy MCP server sits between an MCP client and an STDIO MCP server to display their exchanged messages in a Web interface. Start it with the complete command used to launch the target server, then inspect the flow at a local HTTP address. Reach for it when debugging MCP communication, reviewing errors, or monitoring several local proxy instances.

Use cases

•Inspect MCP client-server message flows
•Debug an STDIO MCP server
•Review proxy error information
•Switch between multiple local proxy instances

Key features

•STDIO MCP traffic proxying
•Local Web message-flow viewer
•Multiple proxy instance selection
•Configurable host and port
•Configurable page title and error log

Capabilities & Tool Schemas (12) ~920 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Log Proxy.

browser_navigate

Navigate to a URL

browser_go_back

Go back to the previous page

browser_go_forward

Go forward to the next page

browser_snapshot

Capture accessibility snapshot of the current page. Use this for getting references to elements to interact with.

browser_click

Perform click on a web page

browser_hover

Hover over element on page

How MCP Log Proxy works

What emicklei/mcp-log-proxy MCP server does

The emicklei/mcp-log-proxy MCP server wraps another MCP server that uses the STDIO transport. It forwards the traffic between the MCP client and the target process while presenting the message flow in a Web UI. This makes it suitable for inspecting requests, responses, and proxy error information during local development.

The project currently supports STDIO only. It does not describe support for MCP servers exposed through other transport types.

How it works

Run the proxy with a -command argument containing the complete command line needed to start the target MCP server. For example, the documented form is mcp-log-proxy -command melrose-mcp, provided that both executables are available on the process PATH. The client is then configured to launch mcp-log-proxy rather than launching the target server directly.

After startup, the Web interface is available at http://localhost:5656 by default. The HTTP host, port, page title, and proxy error log path can be changed with the -host, -port, -title, and -log flags.

Multiple instances can run at the same time. Each process registers in .mcp-log-proxy-instances.json in the user's home directory, and the Web UI provides a selector for switching between registered proxies. If a requested HTTP port is already occupied, another port is selected for an additional proxy instance.

Setup and configuration

Install the emicklei/mcp-log-proxy MCP server with Homebrew or Go. The repository documents the following options:

  • Homebrew: tap emicklei/tap, then install emicklei/tap/mcp-log-proxy.
  • Go: run go install github.com/emicklei/mcp-log-proxy@latest.

A client configuration needs the path to the installed proxy binary. Its arguments should include -command followed by the target MCP server command. The README includes configuration examples for Claude and a command-line example for Goose. Those examples also demonstrate assigning separate ports, titles, and log files to different proxied servers.

Tools and capabilities

The provided MCP tool list contains browser interaction and inspection operations:

  • Navigate to URLs and move backward or forward through browser history.
  • Capture an accessibility snapshot, click or hover on page elements, type into editable controls, and select dropdown options.
  • Press keyboard keys and wait for a specified number of seconds.
  • Retrieve browser console logs and capture screenshots.

The project documentation specifically describes the Web UI as a message-flow viewer for proxied MCP traffic. The browser operations listed above are the MCP tools exposed by the supplied listing.

Limitations and notes

The proxy only supports the STDIO interface. The target command must be supplied through -command; examples assume the target executable or command is available at the path used in the configuration. The default Web endpoint binds to localhost on port 5656, although both values can be overridden. Proxy errors can be written to a file with -log, independently of any log arguments passed to the target MCP server.

The emicklei/mcp-log-proxy MCP server is released under the MIT License.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • YouTube logoYouTube

    Extract and convert YouTube video information.

    šŸ› ļø Other Tools and Integrations3 views
    Compare vs YouTube →
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    šŸ› ļø Other Tools and Integrations4 views
    Compare vs Git →
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    šŸ› ļø Other Tools and Integrations3 views
    Compare vs Time →
  • Server Everything logoServer Everything

    MCP server that exercises all the features of the MCP protocol

    šŸ› ļø Other Tools and Integrations6 views
    Compare vs Server Everything →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
31
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Tools exposed
12
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Log Proxy

Install it with Homebrew by tapping emicklei/tap and installing emicklei/tap/mcp-log-proxy, or use `go install github.com/emicklei/mcp-log-proxy@latest`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Log Proxy AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/emicklei-mcp-log-proxy?style=directory)](https://allmcps.com/mcp/emicklei-mcp-log-proxy)
HTML Embed
<a href="https://allmcps.com/mcp/emicklei-mcp-log-proxy"><img src="https://allmcps.com/api/badge/emicklei-mcp-log-proxy?style=directory" alt="MCP Log Proxy on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ› ļøOther Tools and Integrations
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 4, 2026
11/11 checks healthy over the last 33d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars31
GitHub Star CountTotal stargazers on GitHub representing community popularity (31 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 29, 2026
60Quality signal: Good Ā· 60/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev Ā· @browsermcp/mcp@latest (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ› ļø Other Tools and Integrations →Alternatives to MCP Log Proxy →Install in Claude DesktopInstall in CursorInstall in VS Code