Last updated: April 26, 2026
Get MCPizer up and running in 3 steps:
Download MCPizer from the Mac App Store and launch it.
Go to the Config tab inside MCPizer and click Copy to copy the generated JSON configuration snippet:
{
"mcpServers": {
"MCPizer": {
"url": "http://127.0.0.1:3100/mcp"
}
}
}
Paste the configuration into your AI client's MCP settings file. MCPizer works with:
That's it — your AI assistant can now call HTTP APIs and browse the web through MCPizer.
HTTP API responses must be in JSON format. The http_request tool is designed for JSON-based HTTP APIs. Non-JSON responses (HTML, XML, plain text, etc.) are not supported. If you enable the Force JSON option, non-JSON responses will return an error directly.
explore_json tool to drill into deeper layers.http_request tool directly.MCPizer provides flexible cookie management for authenticated API access:
example.com also applies to api.example.com.The config path is based on the actual location of the MCPizer app on your system. If you move the app to a different folder, go back to the Config tab and copy the updated configuration.
MCPizer's http_request tool is designed for JSON APIs. If the target API returns HTML, XML, or plain text, the tool will not be able to parse the response correctly. Consider using only JSON-based endpoints.
The built-in browser uses non-persistent (in-memory) storage by design. Web content data such as local storage and session cookies are cleared when MCPizer quits. Cookie rules you explicitly define in the Cookie tab are persisted.
If you need further assistance or want to report a bug, please contact us at 254553782@qq.com.