RankCLI
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
io.github.zalez/perplexity-agent-mcp · v0.4.0
Multi-step web research with citations via Perplexity's Agent API. Standard library only.
Perplexity Agent 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"perplexity-agent-mcp": {
"command": "uvx",
"args": [
"perplexity-agent-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>"
}
}
}
}PERPLEXITY_API_KEY必填secretYour Perplexity API key. Read at call time and sent only as an Authorization header to api.perplexity.ai; never logged or echoed.
PERPLEXITY_AGENT_WAIT_SECONDS可选How long a blocking call waits before handing back a response_id to collect later. Defaults to 55, just inside Claude Desktop's unconfigurable 60s tool-call timeout. Raise to 300 on clients without that limit.
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
v0.99.26
io.github.anulum/synapse-channel
Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
v1.8.0
io.github.wstierhout/ableton-live-mcp
Control Ableton Live with 156 typed tools for music production and offline .als analysis.
v0.10.0
finance.fibrous/fibx
Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.
v0.3.5
io.github.JacobiusMakes/parlayapi
Sports odds, player props and source coverage for AI assistants. Connect with your own API key.
v0.1.139
io.github.r2cuerdame/codesamplex
Compatibility evidence from real builds: does this library API work on your versions and runtime?
{
"id": "io.github.zalez/perplexity-agent-mcp",
"type": "mcp-server",
"version": "0.4.0",
"displayName": "Perplexity Agent",
"description": "Multi-step web research with citations via Perplexity's Agent API. Standard library only.",
"repository": {
"url": "https://github.com/zalez/perplexity-agent-mcp",
"source": "github"
},
"homepage": "https://github.com/zalez/perplexity-agent-mcp",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "perplexity-agent-mcp",
"version": "0.4.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "PERPLEXITY_API_KEY",
"description": "Your Perplexity API key. Read at call time and sent only as an Authorization header to api.perplexity.ai; never logged or echoed.",
"isRequired": true,
"isSecret": true
},
{
"name": "PERPLEXITY_AGENT_WAIT_SECONDS",
"description": "How long a blocking call waits before handing back a response_id to collect later. Defaults to 55, just inside Claude Desktop's unconfigurable 60s tool-call timeout. Raise to 300 on clients without that limit."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.zalez/perplexity-agent-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.zalez%2Fperplexity-agent-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}