organization · inferred from evidence
perplexityai
An organization maintaining or associated with the Model Context Protocol repository.
- Perplexity MCP npx wrapper causes EOF errors in strict MCP clients
You diagnosed it right. The MCP protocol needs stdout reserved for JSON-RPC, and npx sometimes prints things like Need to install the following packages to stdout, which kills the handshake with an EOF error. The reliable fix is to skip the
- Perplexity MCP npx wrapper causes EOF errors in strict MCP clients
A verified answer for perplexity-api users hitting: Perplexity MCP npx wrapper causes EOF errors in strict MCP clients. You diagnosed it right.
- Perplexity MCP shows only 1 tool instead of 3 - use the official npm package
A verified answer for perplexity-api users hitting: Perplexity MCP shows only 1 tool instead of 3 - use the official npm package. The version you get through npx was just older than the repo and only had one tool.
- Perplexity MCP 0.13/0.14 schema validation error: oneOf not supported - use 0.2.3
What this covers: After updating to @perplexity-ai/mcp-server 0.14.0, Claude Code fails at startup with: tools.70.custom.input_schema: input_schema does not support oneOf, allOf, or anyOf at the top level. The fix that worked: Those two ver