Perplexity Ask OpenRouter
@elct9620
关于 Perplexity Ask OpenRouter
The Perplexity Ask MCP Server use OpenRouter
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"perplexity-ask-openrouter": {
"command": "docker",
"args": [
"run",
"-p",
"3000:3000",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Perplexity Ask OpenRouter?
Perplexity Ask OpenRouter is a Model Context Protocol (MCP) server that connects Perplexity’s models to the OpenRouter API, enabling their use with any MCP-compatible client. It is designed for developers who want to access Perplexity’s models (Sonar, Sonar Deep Research, Sonar Reasoning) through OpenRouter.
How to use Perplexity Ask OpenRouter?
The easiest way is to run the prebuilt Docker image with your OpenRouter API key and optionally set model defaults via environment variables (ASK_MODEL, RESEARCH_MODEL, REASON_MODEL). The server exposes SSE and Streamable HTTP endpoints for MCP clients, and disable flags (DISABLE_ASK, DISABLE_RESEARCH, DISABLE_REASON) let you turn off specific tools.
Key features of Perplexity Ask OpenRouter
- Full Model Context Protocol (MCP) implementation
- Three Perplexity models via OpenRouter: ask, research, reason
- Server-Sent Events (SSE) transport support
- Streamable HTTP transport implementation
- Docker containerization for easy deployment
- Environment variables to configure models and ports
Use cases of Perplexity Ask OpenRouter
- Ask general-purpose questions using the Sonar model via any MCP client
- Perform deep research on complex topics with Sonar Deep Research
- Solve reasoning tasks requiring logical deduction using Sonar Reasoning
- Integrate Perplexity’s conversational AI into custom MCP-powered tools
FAQ from Perplexity Ask OpenRouter
What dependencies does the server require?
An OpenRouter API key set via the OPENROUTER_API_KEY environment variable is required. No other external services are needed if using the default Docker image.
What transport protocols are supported?
The server supports both SSE (via /sse and /messages endpoints) and Streamable HTTP (via /mcp endpoint). Both can be used by any MCP-compatible client.
Is there a known limitation on request volume or rate?
The README does not specify rate limits. All requests are routed through OpenRouter and subject to OpenRouter’s own limits.
Where does data (prompts, responses) live?
In transit between the MCP client, the server, and OpenRouter. No persistent storage is mentioned in the README.
How is authentication handled?
The server authenticates with OpenRouter using the OPENROUTER_API_KEY environment variable. No additional authentication is required for MCP clients.
AI 与智能体 分类下的更多 MCP 服务器
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
评论