FastMCP Remote Proxy
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FastMCP Remote Proxylist the tools available on the remote FastMCP server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FastMCP Remote Proxy
This project exposes the tools from the remote FastMCP server through a local proxy. The upstream server uses Streamable HTTP and requires OAuth authentication.
Requirements
Python 3.11 or newer
uv
Related MCP server: mcp-auth-proxy
Setup
uv syncTo create the project from scratch instead:
uv init
uv add fastmcpRun With Inspector
Start the local MCP Inspector with:
uv run fastmcp dev main.pyThe first run opens a browser for OAuth sign-in. Complete the login, then open
the Inspector at http://127.0.0.1:6274 and refresh the connection.
FastMCP discovers the server through the standard mcp variable in main.py.
The entrypoint can also be specified explicitly:
uv run fastmcp dev main.py:mcpRun As A Local Stdio Server
uv run main.pyThis starts the proxy over stdio for an MCP client such as Claude Desktop.
Publish Changes
git add .
git commit -m "Update FastMCP proxy"
git pushThe upstream server is deployed through FastMCP Cloud.
This server cannot be deployed
Maintenance
Related MCP Connectors
Host your MCP tool over streamable HTTP in one command.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables stdio-only MCP clients to connect to IFTTT's remote MCP server by handling OAuth authentication, SSE streaming, and response transformation.1MIT
- FlicenseNot gradedqualityDmaintenanceBridges stdio-based LLM harnesses to OAuth-protected remote MCP servers via Streamable HTTP, handling PKCE browser login and token refresh automatically.4 npm-
- AlicenseNot gradedqualityAmaintenanceA local stdio MCP server that authenticates to remote OAuth-protected MCP servers using the client_credentials grant, handling token acquisition and request forwarding.46 npm2Apache 2.0
- AlicenseNot gradedqualityAmaintenanceBridge that lets stdio-only MCP clients connect to remote MCP servers with OAuth and other auth support, enabling local clients to use remote, authorized MCP servers.60 npm54MIT