- Home
- MCP servers
- PPX-MCP
PPX-MCP
- javascript
0
GitHub Stars
javascript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mahii1972-ppx-mcp": {
"command": "npx",
"args": [
"ppx-sub-mcp"
]
}
}
}You can run the PPX-MCP server to access Perplexity AI with real-time web search via MCP clients. It uses your Perplexity Pro cookies instead of an API key, letting you choose from multiple models and work inside your preferred MCP environment.
How to use
To use this MCP server with your MCP client, you add a configured MCP server entry that runs the local PPX Sub-MCP process. This local server connects to Perplexity through your cookies and exposes a standard MCP interface you can interact with from any compatible client.
{
"mcpServers": {
"ppx": {
"command": "npx",
"args": ["ppx-sub-mcp"]
}
}
}
How to install
Install the PPX-MCP server globally or run it directly using a package runner.
npm install -g ppx-sub-mcp
# Or run directly without global install
npx ppx-sub-mcp
Notes for practical use
Cookies are stored in a persistent location so you stay logged in across updates. The login tool requires Chrome, and on non-Windows platforms you may need to set the Chrome path or manually adjust cookies.
Available tools
perplexity_ask
Ask Perplexity AI with web search using the MCP server.
perplexity_list_models
List available models that the server can use for responses.
perplexity_login
Open a browser to log in and auto-save cookies for future sessions.
perplexity_status
Check the current configuration and cookie status of the MCP server.