
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
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 29 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.