{
"mcpServers": {
"websets-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 0 days ago. 5 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Websets Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that integrates Exa's Websets API with Claude Desktop, Cursor, Windsurf, and other MCP-compatible clients.
Websets are collections of web entities (companies, people, research papers) that can be automatically discovered, verified, and enriched with custom data. Think of them as smart, self-updating spreadsheets powered by AI web research.
Key capabilities:
This MCP server provides the following tools:
| Tool | Description |
| ---- | ----------- |
| create_webset | Create a new webset collection with optional search and enrichments |
| list_websets | List all your websets with pagination support |
| get_webset | Get details about a specific webset |
| update_webset | Update a webset's metadata |
| delete_webset | Delete a webset and all its items |
| Tool | Description |
| ---- | ----------- |
| list_webset_items | List all items (entities) in a webset |
| get_item | Get a specific item from a webset with all enrichment data |
| Tool | Description |
| ---- | ----------- |
| create_search | Create a new search to find and add items to a webset |
| get_search | Get details about a specific search including status and progress |
| cancel_search | Cancel a running search operation |
| Tool | Description |
| ---- | ----------- |
| create_enrichment | Add a new data enrichment to extract custom information |
| get_enrichment | Get details about a specific enrichment |
| cancel_enrichment | Cancel a running enrichment operation |
| Tool | Description |
| ---- | ----------- |
| create_monitor | Set up automated monitoring to keep the webset updated |
To install Exa Websets automatically via Smithery:
npx -y @smithery/cli install @exa-labs/websets-mcp-server
The quickest way to set up Websets MCP:
claude mcp add websets -e EXA_API_KEY=YOUR_API_KEY -- npx -y websets-mcp-server
Replace YOUR_API_KEY with your Exa API key.
# Install globally
npm install -g websets-mcp-server
# Or run directly with npx
npx websets-mcp-server
Enable Developer Mode
Add to configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"websets": {
"command": "npx",
"args": [
"-y",
"websets-mcp-server"
],
"env": {
"EXA_API_KEY": "your-api-key-here"
}
}
}
}
Restart Claude Desktop
Use the HTTP-based confi