← Back to MCP Remote Py

Install MCP Remote Py

Pick your client, copy the command, done.

1

Add it to Claude Code

claude mcp add mcp-remote-py -- mcp-remote-py http://127.0.0.1:8080/mcp

Try It Out

After setup, try these prompts with your AI agent:

Connect to the remote MCP server at http://127.0.0.1:8080/mcp using the default transport.
Run the remote MCP proxy with custom authorization headers.
Force the remote MCP connection to use sse-only transport mode.
Prerequisites & system requirements
  • An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
  • Python 3.8+ with pip installed
Alternative installation methods

Dev install

python -m venv .venv && source .venv/bin/activate && pip install -e .

Keep this setup from going cold

Save the docs, env vars, and workflow around MCP Remote Py in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup