MCP Directory
Back

mcp-http-bridge

by arunshenoy99 · JavaScript · ★ 0

A generic STDIO-to-HTTP bridge for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers. This tool connects STDIO-based MCP clients (like Cursor, Claude Desktop) to HTTP-based MCP server endpoints.

Install

npx -y github:arunshenoy99/mcp-http-bridge

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-http-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "github:arunshenoy99/mcp-http-bridge"
      ]
    }
  }
}

From the README

A production-ready STDIO-to-HTTP bridge for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers with automatic JWT authentication and session management. This tool connects STDIO-based MCP clients (like Cursor, Claude Desktop) to HTTP-based MCP server endpoints. For WordPress MCP servers with JWT + Session ID authentication: That's it! The bridge automatically handles JWT authentication and session management. Or use directly with npx: - Bridges STDIO-based MCP clients to HTTP endpoints - **Automatic JWT Bearer token authentication** via - **Automatic session ID manag…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related security servers