Enables the impersonation of the Android operating system for HTTP requests to access mobile-specific web content.
Provides browser impersonation for Firefox (versions 99-133), allowing the MCP server to mimic authentic Firefox browser signatures.
Supports impersonating the iOS operating system (including iPhone and iPad) for web requests.
Allows the MCP server to impersonate the Linux operating system when performing HTTP client operations.
Enables the impersonation of the macOS operating system for outgoing web requests.
Provides the capability to return HTTP response content formatted as Markdown.
Enables browser impersonation for Safari (versions 12-18) across macOS and iOS device profiles.
Click on "Install 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., "@Primp MCP ServerFetch the JSON from https://api.example.com using Chrome 131 on Windows"
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.
Primp MCP Server
A Model Context Protocol (MCP) server that provides access to the primp HTTP client library with browser impersonation capabilities.
Features
Browser Impersonation: Impersonate various browsers (Chrome, Firefox, Safari, Edge) and operating systems
HTTP Methods: Support for GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Authentication: Basic auth and Bearer token support
Proxy Support: HTTP/HTTPS proxy support
File Uploads: Multipart form data file uploads
Response Formats: Return responses as text, JSON, markdown, plain text, or rich text
Advanced Options: Configurable timeouts, redirect handling, SSL verification
Installation
Usage
The server provides two main tools:
1. primp_request
Make HTTP requests with browser impersonation (note, these instructions are for the LLM):
2. primp_upload
Upload files using multipart form data:
Configuration
Add to your MCP settings:
Supported Browsers
Chrome (versions 99-131)
Firefox (versions 99-133)
Safari (versions 12-18, including iPad/iPhone)
Edge (versions 99-131)
OkHttp (versions 3.14.9-5.0.0)
Supported Operating Systems
Windows
macOS
Linux
Android
iOS
License
MIT