Perplexity Comet MCP
Rank #8,842io.github.RapierCraft/perplexity-comet-mcp
MCP server providing perplexity-comet-mcp capabilities
Perplexity Comet MCP is a Model Context Protocol (MCP) server published by rapiercraft. It ranks #8,842 of 115,591 servers tracked on MCP Toplist, and its repository has 49 GitHub stars. Perplexity Comet MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jan 10, 2026 and most recently updated on Jan 10, 2026.
Ranks ahead of 106,749 of 115,591 servers on MCP Toplist.
Use Perplexity Comet MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add perplexity-comet-mcp -e "COMET_PATH=<your COMET_PATH>" -e "COMET_PORT=<your COMET_PORT>" -- npx -y perplexity-comet-mcpReplace each placeholder with your own value before saving.
[mcp_servers.perplexity-comet-mcp]
command = "npx"
args = ["-y", "perplexity-comet-mcp"]
[mcp_servers.perplexity-comet-mcp.env]
COMET_PATH = "<your COMET_PATH>"
COMET_PORT = "<your COMET_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"perplexity-comet-mcp": {
"command": "npx",
"args": [
"-y",
"perplexity-comet-mcp"
],
"env": {
"COMET_PATH": "<your COMET_PATH>",
"COMET_PORT": "<your COMET_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"perplexity-comet-mcp": {
"command": "npx",
"args": [
"-y",
"perplexity-comet-mcp"
],
"env": {
"COMET_PATH": "<your COMET_PATH>",
"COMET_PORT": "<your COMET_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"perplexity-comet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"perplexity-comet-mcp"
],
"env": {
"COMET_PATH": "<your COMET_PATH>",
"COMET_PORT": "<your COMET_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"perplexity-comet-mcp": {
"command": "npx",
"args": [
"-y",
"perplexity-comet-mcp"
],
"env": {
"COMET_PATH": "<your COMET_PATH>",
"COMET_PORT": "<your COMET_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"perplexity-comet-mcp": {
"command": "npx",
"args": [
"-y",
"perplexity-comet-mcp"
],
"env": {
"COMET_PATH": "<your COMET_PATH>",
"COMET_PORT": "<your COMET_PORT>"
}
}
}
}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.RapierCraft%2Fperplexity-comet-mcp)<a href="https://mcptoplist.com/server/io.github.RapierCraft%2Fperplexity-comet-mcp"><img src="https://mcptoplist.com/badge/io.github.RapierCraft%2Fperplexity-comet-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
rapiercraft
Other servers by rapiercraft
View all rapiercraft servers →Available versions (3)
| Version | Published |
|---|---|
| 2.5.0 | Jan 10, 2026 |
| 2.4.2 | Jan 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Perplexity Comet MCP?
- Perplexity Comet MCP is maintained by rapiercraft, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Perplexity Comet MCP listed on the Official MCP Registry?
- Yes — Perplexity Comet MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Perplexity Comet MCP have?
- MCP Toplist tracks 3 versions of Perplexity Comet MCP, most recently published on Jan 10, 2026.
- Where can I find the source code for Perplexity Comet MCP?
- The source code for Perplexity Comet MCP is hosted at github.com/rapiercraft/perplexity-comet-mcp.