perplexity-mcp

Updated at 15 days ago

by DaInfernalCoder

110

star

on GitHub

A Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI

Tags

What is Perplexity MCP

Perplexity MCP (Multi-Client Perplexity) is a Python package designed to enable multiple clients to interact with the Perplexity AI API concurrently. It aims to overcome rate limits and enhance performance by distributing requests across multiple API keys and managing the load efficiently. The core idea is to provide a client that transparently handles key rotation and request distribution.

How to use

The primary way to use Perplexity MCP is to install it using pip:

View More