
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
MCP server that exposes Prexist product research and agent skill discovery tools. Search across 9 platforms to find existing products similar to your idea.
Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
claude mcp add prexist -- npx -y prexist
Add to .cursor/mcp.json:
{
"mcpServers": {
"prexist": {
"command": "npx",
"args": ["-y", "prexist"]
}
}
}
Use stdio transport with the command npx -y prexist.
| Tool | Description |
|---|---|
prexist_search | Search for existing products similar to a product idea across 9 platforms |
prexist_search_skills | Search agent skill directories (ClawHub, Skills Directory) for existing skills |
prexist_platforms | List all available platforms and skill directories |
| Variable | Required | Description |
|---|---|---|
PREXIST_API_URL | No | Override the Prexist API base URL (defaults to production) |
SKILLS_DIRECTORY_API_KEY | No | API key for skillsdirectory.com. If not set, that source is skipped. |
Product research: "Search for products similar to a collaborative task management tool for remote engineering teams that integrates with GitHub and provides automated standup summaries"
Skill discovery: "Search for existing agent skills related to code review automation"
List sources: "What platforms can Prexist search?"
cd mcp-server
npm install
npm run build
If developing locally, you can point directly to the built output instead of using npx.
Claude Code -- add to .claude/settings.local.json:
{
"mcpServers": {
"prexist": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/to/prexist/mcp-server/dist/index.js"]
}
}
}
Cursor -- add to .cursor/mcp.json:
{
"mcpServers": {
"prexist": {
"command": "node",
"args": ["/absolute/path/to/prexist/mcp-server/dist/index.js"]
}
}
}
FAQs
MCP server exposing Prexist product and skill research tools
The npm package prexist receives a total of 8 weekly downloads. As such, prexist popularity was classified as not popular.
We found that prexist demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.