Updated April 2026
Install Primp MCP Server
Pick your client, copy the command, done.
Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1
Set the server up locally
Run this once to clone and prepare the server before adding it to Claude Code.
pip install -e .2
Register it in Claude Code
After the local setup is done, run this command to point Claude Code at the built server.
claude mcp add primp-mcp -- node "<FULL_PATH_TO_PRIMP_MCP>/dist/index.js"Replace <FULL_PATH_TO_PRIMP_MCP>/dist/index.js with the actual folder you prepared in step 1.
Available Tools (2)
Once configured, Primp MCP Server gives your AI agent access to:
primp_requestMake HTTP requests with browser impersonation capabilities.urlmethodimpersonateimpersonate_osheadersreturn_formatprimp_uploadUpload files using multipart form data.urlfilesdataTry It Out
After setup, try these prompts with your AI agent:
→Fetch the content of https://example.com using Chrome 131 on Windows to bypass basic bot detection.
→Upload the local file 'report.pdf' to the endpoint https://api.example.com/upload using multipart form data.
→Perform a GET request to https://httpbin.org/get and return the response as JSON.
→Make a request to a protected API using a Bearer token and impersonating a Safari browser on macOS.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Python 3.8+ with pip installed
Keep this setup from going cold
Save the docs, env vars, and workflow around Primp MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.
Need the legacy visual installer? Open Conare IDE.