Skip to main content
Glama

Perplexity MCP Server

search

Perform web searches to find answers, gather information, or explore perspectives using Perplexity AI. Customize detail levels or enable streaming for comprehensive results.

Instructions

Performs a web search using Perplexity AI based on the provided query and desired detail level. Useful for general knowledge questions, finding information, or getting different perspectives.

Input Schema

NameRequiredDescriptionDefault
detail_levelNoOptional: Controls the level of detail in the response (default: normal).
queryYesThe search query or question to ask Perplexity.
streamNoOptional: Enable streaming response for large documentation queries (default: false).

Input Schema (JSON Schema)

{ "properties": { "detail_level": { "description": "Optional: Controls the level of detail in the response (default: normal).", "enum": [ "brief", "normal", "detailed" ], "examples": [ "brief", "detailed" ], "type": "string" }, "query": { "description": "The search query or question to ask Perplexity.", "examples": [ "What is the capital of France?", "Explain black holes" ], "type": "string" }, "stream": { "description": "Optional: Enable streaming response for large documentation queries (default: false).", "examples": [ true, false ], "type": "boolean" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Perplexity MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/wysh3/perplexity-mcp-zerver'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server