.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sparfenyuk/mcp-proxy
home/mcp-servers/sparfenyuk/mcp-proxy
sparfenyuk avatar

mcp-proxy

bysparfenyuk· 1 MCP server

Installs

2.2M

Stars

2.7k

Forks

246

Category

AI Agents & MCP

View on GitHub

TL;DR

  • mcp-proxy - About - 1. stdio to SSE/StreamableHTTP - 1.1 Configuration - 1.2 Example usage - 2. SSE to stdio - [2.1 Configuration](#21-configu
  • How to install mcp-proxy?

    sparfenyuk/mcp-proxy
    $git clone https://github.com/sparfenyuk/mcp-proxy

    Installs into the current project.

    ›Prefer a prompt? Paste this to your agent

    Install & use

    Install mcp-proxy by running `git clone https://github.com/sparfenyuk/mcp-proxy`, then use it for the current task and follow its documentation at https://github.com/sparfenyuk/mcp-proxy.

    Files · 1

    View on GitHub
    README.md
    1# mcp-proxy
    2 
    3![GitHub License](https://img.shields.io/github/license/sparfenyuk/mcp-proxy)
    4![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mcp-proxy)
    5![PyPI - Downloads](https://img.shields.io/pypi/dm/mcp-proxy)
    6[![codecov](https://codecov.io/gh/sparfenyuk/mcp-proxy/graph/badge.svg?token=31VV9L7AZQ)](https://codecov.io/gh/sparfenyuk/mcp-proxy)
    7 
    8- [mcp-proxy](#mcp-proxy)
    9 - [About](#about)
    10 - [1. stdio to SSE/StreamableHTTP](#1-stdio-to-ssestreamablehttp)
    11 - [1.1 Configuration](#11-configuration)
    12 - [1.2 Example usage](#12-example-usage)
    13 - [2. SSE to stdio](#2-sse-to-stdio)
    14 - [2.1 Configuration](#21-configuration)
    15 - [2.2 Example usage](#22-example-usage)
    16 - [Named Servers](#named-servers)
    17 - [Installation](#installation)
    18 - [Installing via PyPI](#installing-via-pypi)
    19 - [Installing via Github repository (latest)](#installing-via-github-repository-latest)
    20 - [Installing as container](#installing-as-container)
    21 - [Troubleshooting](#troubleshooting)
    22 - [Extending the container image](#extending-the-container-image)
    23 - [Docker Compose Setup](#docker-compose-setup)
    24 - [Command line arguments](#command-line-arguments)
    25 - [Example config file](#example-config-file)
    26 - [Testing](#testing)
    27 
    28## About
    29 
    30The `mcp-proxy` is a tool that lets you switch between server transports. There are two supported modes:
    31 
    321. stdio to SSE/StreamableHTTP
    332. SSE to stdio
    34 
    35## 1. stdio to SSE/StreamableHTTP
    36 
    37Run a proxy server from stdio that connects to a remote SSE server.
    38 
    39This mode allows clients like Claude Desktop to communicate to a remote server over SSE even though it is not supported
    40natively.
    41 
    42```mermaid
    43graph LR
    44 A["Claude Desktop"] <--> |stdio| B["mcp-proxy"]
    45 B <--> |SSE| C["External MCP Server"]
    46 
    47 style A fill:#ffe6f9,stroke:#333,color:black,stroke-width:2px
    48 style B fill:#e6e6ff,stroke:#333,color:black,stroke-width:2px
    49 style C fill:#e6ffe6,stroke:#333,color:black,stroke-width:2px
    50```
    51 
    52### 1.1 Configuration
    53 
    54This mode requires providing the URL of the MCP Server's SSE endpoint as the program’s first argument. If the server uses Streamable HTTP transport, make sure to enforce it on the `mcp-proxy` side by passing `--transport=streamablehttp`.
    55 
    56Arguments
    57 
    58| Name | Required | Description | Example |
    59| ---------------- | -------- | ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
    60| `command_or_url` | Yes | The MCP server SSE endpoint to connect to | http://example.io/sse |
    61| `--headers` | No | Headers to use for the MCP server SSE connection | Authorization 'Bearer my-secret-access-token' |
    62| `--transport` | No | Decides which transport protocol to use when connecting to an MCP server. Can be either 'sse' or 'streamablehttp' | streamablehttp |
    63| `--client-id` | No | OAuth2 client ID for authentication | your_client_id |
    64| `--client-secret`| No | OAuth2 client secret for authentication | your_client_secret |
    65| `--token-url` | No | OAuth2 token endpoint URL for authentication | https://auth.example.com/oauth/token |
    66 
    67Environment Variables
    68 
    69| Name | Required | Description | Example |
    70| ------------------ | -------- | ---

    Preview

    sparfenyuk/mcp-proxysparfenyuk/mcp-proxy

    # mcp-proxy

    ![GitHub License](https://img.shields.io/github/license/sparfenyuk/mcp-proxy)

    ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mcp-proxy)

    ![PyPI - Downloads](https://img.shields.io/pypi/dm/mcp-proxy)

    Reposparfenyuk/mcp-proxy
    TypeMCP Servers
    CategoryAI Agents & MCP
    UpdatedJul 2026
    LicenseMIT
    First seenJul 27, 2026

    Tags

    MCPmcpmcp-server

    Related

    6 picks
    Type
    1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
    2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
    3. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
    4. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
    5. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k
    6. czlonkowski avatarn8n-mcpIntegration between n8n workflow automation and Model Context Protocol (MCP)MCP ServersJul 2026495k22k