npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@familyitguy/perplexity-mcp

v1.1.0

Published

Intelligent Perplexity research MCP server with model selection, multi-model synthesis, and research history

Readme

Perplexity Intelligent MCP Server

An intelligent Perplexity research MCP server for Claude Desktop with automatic model selection, multi-model synthesis, and persistent research history.

Features

  • Intelligent Model Selection: Auto-picks the right Perplexity model based on your query
  • Research History: Saves all research to ~/Documents/Perplexity Research/
  • Multi-Model Synthesis: Combines multiple models for comprehensive research
  • Search History: Search past research to avoid duplicate queries
  • Built-in Citations: Every response includes sources and references

Quick Setup

Prerequisites

Configure Claude Desktop

Open ~/Library/Application Support/Claude/claude_desktop_config.json and add:

{
  "mcpServers": {
    "perplexity-research": {
      "command": "npx",
      "args": ["-y", "@familyitguy/perplexity-mcp"],
      "env": {
        "PERPLEXITY_API_KEY": "your-api-key-here"
      }
    }
  }
}

Replace your-api-key-here with your Perplexity API key.

Restart Claude Desktop

Quit completely (Cmd+Q) and reopen. You're done!

Available Tools

research

Intelligent Perplexity search with auto-logging.

Use: "Research the current state of AI in healthcare"

deep_research

Multi-model synthesis for comprehensive research.

Use: "Do a deep research on renewable energy trends"

search_research

Search past research for existing findings.

Use: "Search my research for React performance"

list_research_threads

List all saved research threads.

read_research_thread

Read a specific past research thread.

list_models

Show available Perplexity models and when to use each.

Models

| Model | Best For | |-------|----------| | sonar | Simple factual lookups, current events | | sonar-pro | Multi-source research, fact-checking | | sonar-reasoning-pro | Why/how questions, complex analysis (default) | | sonar-deep-research | Exhaustive research, comprehensive reports |

Research Storage

All research is automatically saved to:

~/Documents/Perplexity Research/
├── topic-name-2025-01-15.md
├── another-topic-2025-01-16.md
└── ...

You can browse your research history in Finder anytime.

Environment Variables

| Variable | Description | Default | |----------|-------------|---------| | PERPLEXITY_API_KEY | Your Perplexity API key | Required | | PERPLEXITY_RESEARCH_DIR | Custom research directory | ~/Documents/Perplexity Research/ |

License

MIT