modelcontextprotocol_servers

modelcontextprotocol_servers

by modelcontextprotocol
Integrates with Perplexity's Sonar API for real-time web-wide research in conversational AI.

Perplexity Ask MCP Server

Overview

The Perplexity Ask MCP Server is a Model Context Protocol (MCP) implementation that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI. This server allows Large Language Models (LLMs) to securely and efficiently access web search capabilities, making it a powerful tool for AI-driven research and information retrieval.

Features

  • Real-Time Web Search: Integrates with Perplexity's Sonar API for up-to-date web-wide research.
  • Conversational AI Support: Enhances AI interactions by providing accurate and contextually relevant search results.
  • Secure Access: Ensures controlled and secure access to web data for LLMs.
  • Extensibility: Built with the Model Context Protocol, allowing integration with various AI tools and frameworks.

Tools

The Perplexity Ask MCP Server provides the following tools:
- Web Search Integration: Enables AI agents to perform web searches and retrieve relevant information.
- Contextual Data Retrieval: Supports fetching data in a structured format for efficient LLM usage.

Configuration

To use the Perplexity Ask MCP Server, you need to configure it with the appropriate API keys and endpoints. Here’s an example configuration for Claude Desktop:

{
  "mcpServers": {
    "perplexity": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-perplexity"],
      "env": {
        "PERPLEXITY_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Usage

To start the Perplexity Ask MCP Server, use the following command:

npx -y @modelcontextprotocol/server-perplexity

Once the server is running, you can integrate it with your AI tools to enable web search capabilities.

Getting Started

Using MCP Servers in this Repository

Typescript-based servers in this repository can be used directly with npx. For example, this will start the Perplexity Ask MCP Server:

npx -y @modelcontextprotocol/server-perplexity

Using an MCP Client

To use the Perplexity Ask MCP Server with an MCP client like Claude Desktop, configure the client as follows:

{
  "mcpServers": {
    "perplexity": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-perplexity"],
      "env": {
        "PERPLEXITY_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Contributing

See CONTRIBUTING.md for information about contributing to this repository.

Security

See SECURITY.md for reporting security vulnerabilities.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Community

Support

If you find the Perplexity Ask MCP Server useful, please consider starring the repository and contributing new servers or improvements!


Managed by Anthropic, but built together with the community. The Model Context Protocol is open source and we encourage everyone to contribute their own servers and improvements!

Features & Capabilities

Categories
mcp_server model_context_protocol perplexity sonar_api search api_integration typescript python

Implementation Details

Stats

0 Views
27 GitHub Stars

Repository Info

modelcontextprotocol Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300