Back to MCPs
Config Required
Perplexity
Web search and research capabilities through the Perplexity API. Enables Claude to search the web and get up-to-date information.
searchwebresearch+1 more
892 upvotes
33,400 views
by Community
Required Environment Variables
Set these environment variables before using this MCP server:
PERPLEXITY_API_KEY Installation
npx -y perplexity-mcp-server
How to add to Claude Code
- Open Claude Code settings
Run
claude configor edit~/.claude/config.json - Add the MCP server configuration
{ "mcpServers": { "perplexity": { "command": "npx", "args": [ "-y", "perplexity-mcp-server" ] } } } - Restart Claude Code
The MCP server will now be available in your sessions