
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
mcparmory-perplexity
Advanced tools
Search the web, generate AI responses, and create embeddings with real-time information
Base URL: https://api.perplexity.ai
| Category | AI & Machine Learning |
| Tools | 6 |
| Auth | Bearer Token |
BEARER_TOKEN=YOUR_BEARER_TOKEN \
uvx mcparmory-perplexity
pip install mcparmory-perplexity
BEARER_TOKEN=YOUR_BEARER_TOKEN \
mcparmory-perplexity
Add to your MCP client config (e.g. Claude Desktop, Cursor, Codex):
{
"mcpServers": {
"perplexity": {
"command": "uvx",
"args": ["mcparmory-perplexity"],
"env": {
"BEARER_TOKEN": "YOUR_BEARER_TOKEN"
}
}
}
}
Set the following environment variables (via MCP client env config, shell export, or .env file):
BEARER_TOKEN — Bearer tokenDo not commit credentials to version control.
First, configure your credentials in .env (see Credentials above).
pip install -r requirements.txt
python server.py
Edit .mcp.json and replace <SERVER_DIR> with the absolute path to this directory, then add to your MCP client configuration.
Example (if server is at /home/user/mcp-servers/perplexity):
{
"mcpServers": {
"perplexity": {
"command": "python",
"args": ["/home/user/mcp-servers/perplexity/server.py"]
}
}
}
docker run -p 8000:8000 \
-e BEARER_TOKEN=YOUR_BEARER_TOKEN \
ghcr.io/mcparmory/perplexity:latest
First, configure your credentials in .env (see Credentials above).
docker build -t perplexity .
docker run -p 8000:8000 --env-file .env perplexity
Before running, make sure ports 8000 are free.### MCP client config (Docker)
For Docker, use SSE transport in your MCP client config:
{
"mcpServers": {
"perplexity": {
"type": "sse",
"url": "http://localhost:8000/sse"
}
}
}
.env - Credentials and server configuration.mcp.json - MCP client config templateDockerfile - Container buildLICENSE - MIT license for this generated coderequirements.txt - Python dependenciesREADME.md - This fileserver.py - MCP server entry point_auth.py - Authentication handlers_models.py - Request/response models_validators.py - Input validationNote: Files starting with . are hidden by default on macOS/Linux. Use ls -a in terminal or enable "Show hidden files" in your file manager to see .env and .mcp.json.
Generated by MCP Blacksmith · Quickstart docs · Report a bug
FAQs
Search the web, generate AI responses, and create embeddings with real-time information
We found that mcparmory-perplexity demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.