New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

perplexity-api-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perplexity-api-mcp

MCP server for Perplexity API - connects Claude Code to your local Perplexity proxy

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

perplexity-api-mcp

MCP server that connects Claude Code to your local perplexity-api-simple proxy.

Prerequisites

The proxy server must be running on localhost:8765. See the main repo for setup.

Install

claude mcp add perplexity-api-free -- npx -y perplexity-api-mcp

If your proxy requires an API key:

claude mcp add perplexity-api-free -e PERPLEXITY_API_KEY=pplx_your-key -- npx -y perplexity-api-mcp

Restart Claude Code. Done.

Tools

ToolModelUse for
perplexity_searchsonarQuick lookups, current events
perplexity_asksonar-proComprehensive answers, fact-checking
perplexity_reasonsonar-reasoning-proArchitecture decisions, trade-offs
perplexity_researchsonar-deep-researchDeep multi-source analysis
perplexity_batchmixedParallel queries (up to 10)
perplexity_pro_searchsonar-proBackward compatible alias

Environment Variables

VariableDefaultDescription
PERPLEXITY_API_BASE_URLhttp://localhost:8765Proxy URL
PERPLEXITY_API_KEY(empty)API key for proxy auth

License

MIT

Keywords

mcp

FAQs

Package last updated on 19 Feb 2026

Did you know?

Socket

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.

Install

Related posts