Perplexity Agent
Rank #15,368io.github.zalez/perplexity-agent-mcp
Multi-step web research with citations via Perplexity's Agent API. Standard library only.
Perplexity Agent is a Model Context Protocol (MCP) server published by zalez. It ranks #15,368 of 132,046 servers tracked on MCP Toplist. Perplexity Agent is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 116,678 of 132,046 servers on MCP Toplist.
Use Perplexity Agent
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add perplexity-agent-mcp -e "PERPLEXITY_API_KEY=<your PERPLEXITY_API_KEY>" -e "PERPLEXITY_AGENT_WAIT_SECONDS=<your PERPLEXITY_AGENT_WAIT_SECONDS>" -- uvx perplexity-agent-mcpReplace each placeholder with your own value before saving.
[mcp_servers.perplexity-agent-mcp]
command = "uvx"
args = ["perplexity-agent-mcp"]
[mcp_servers.perplexity-agent-mcp.env]
PERPLEXITY_API_KEY = "<your PERPLEXITY_API_KEY>"
PERPLEXITY_AGENT_WAIT_SECONDS = "<your PERPLEXITY_AGENT_WAIT_SECONDS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"perplexity-agent-mcp": {
"command": "uvx",
"args": [
"perplexity-agent-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<your PERPLEXITY_API_KEY>",
"PERPLEXITY_AGENT_WAIT_SECONDS": "<your PERPLEXITY_AGENT_WAIT_SECONDS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"perplexity-agent-mcp": {
"command": "uvx",
"args": [
"perplexity-agent-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<your PERPLEXITY_API_KEY>",
"PERPLEXITY_AGENT_WAIT_SECONDS": "<your PERPLEXITY_AGENT_WAIT_SECONDS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"perplexity-agent-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"perplexity-agent-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<your PERPLEXITY_API_KEY>",
"PERPLEXITY_AGENT_WAIT_SECONDS": "<your PERPLEXITY_AGENT_WAIT_SECONDS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"perplexity-agent-mcp": {
"command": "uvx",
"args": [
"perplexity-agent-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<your PERPLEXITY_API_KEY>",
"PERPLEXITY_AGENT_WAIT_SECONDS": "<your PERPLEXITY_AGENT_WAIT_SECONDS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"perplexity-agent-mcp": {
"command": "uvx",
"args": [
"perplexity-agent-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<your PERPLEXITY_API_KEY>",
"PERPLEXITY_AGENT_WAIT_SECONDS": "<your PERPLEXITY_AGENT_WAIT_SECONDS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zalez%2Fperplexity-agent-mcp)<a href="https://mcptoplist.com/server/io.github.zalez%2Fperplexity-agent-mcp"><img src="https://mcptoplist.com/badge/io.github.zalez%2Fperplexity-agent-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
zalez
Available versions (2)
| Version | Published |
|---|---|
| 0.4.0 | Aug 2, 2026 |
| 0.3.1 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Perplexity Agent?
- Perplexity Agent is maintained by zalez, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Perplexity Agent listed on the Official MCP Registry?
- Yes — Perplexity Agent is listed on the Official MCP Registry, alongside Glama.
- How many versions does Perplexity Agent have?
- MCP Toplist tracks 2 versions of Perplexity Agent, most recently published on Aug 2, 2026.
- Where can I find the source code for Perplexity Agent?
- The source code for Perplexity Agent is hosted at github.com/zalez/perplexity-agent-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.