perplexity-mcp-go

perplexity-mcp-go

4

The Perplexity Search MCP Server is a Go-based implementation that allows integration of large language models with the Perplexity search API using the Model Context Protocol. It provides extensive parameters for customizing searches, including image and related question results.

Perplexity Search MCP Server

A Go implementation of a Perplexity Search MCP server that interfaces large language models with the Perplexity search API via the Model Context Protocol (MCP).

Features

  • Perform web searches with results including citations and images.
  • Parameters include query, recency filter, max tokens, temperature, and more.

Setup & Usage

  • Requires Go 1.23 or higher and a Perplexity API key.
  • Clone the repository and build the application.
  • Set your API key and run the server locally or via Docker.

Integrating with Claude

  • Modify claude_desktop_config.json with your API key for integration.

Troubleshooting

  • Ensure API key accuracy and check logs for errors.