UNPKG

exa-mcp-server

Version:

A Model Context Protocol server with Exa for web search and web crawling. Provides real-time web searches with configurable tool selection, allowing users to enable or disable specific search capabilities. Supports customizable result counts, live crawlin

70 lines (69 loc) 2.23 kB
{ "name": "exa-mcp-server", "version": "3.2.1", "description": "A Model Context Protocol server with Exa for web search and web crawling. Provides real-time web searches with configurable tool selection, allowing users to enable or disable specific search capabilities. Supports customizable result counts, live crawling options, and returns content from the most relevant websites.", "mcpName": "io.github.exa-labs/exa-mcp-server", "type": "module", "module": "./src/index.ts", "repository": { "type": "git", "url": "git+https://github.com/exa-labs/exa-mcp-server.git" }, "bin": { "exa-mcp-server": "smithery/stdio/index.cjs" }, "files": [ "smithery" ], "keywords": [ "mcp", "search mcp", "model context protocol", "exa", "search", "websearch", "claude", "ai", "research", "papers", "people" ], "author": "Exa Labs", "scripts": { "build": "npm run build:shttp && npm run build:stdio", "build:stdio": "smithery build src/index.ts --transport stdio -o smithery/stdio/index.cjs && echo '#!/usr/bin/env node' | cat - smithery/stdio/index.cjs > temp && mv temp smithery/stdio/index.cjs && chmod +x smithery/stdio/index.cjs", "build:shttp": "smithery build src/index.ts --transport shttp -o smithery/shttp/index.cjs", "build:vercel": "npm install typescript && ./node_modules/.bin/tsc", "prepare": "npm run build:stdio", "watch": "./node_modules/.bin/tsc --watch", "dev": "npx @smithery/cli@latest dev", "dev:vercel": "vercel dev", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepublishOnly": "npm run build:stdio" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "agnost": "^0.1.10", "axios": "^1.13.6", "exa-js": "^2.8.0", "jose": "^6.2.2", "mcp-handler": "^1.0.4", "whoami": "^0.0.3", "zod": "^3.22.4" }, "devDependencies": { "@smithery/cli": "^1.4.4", "@types/node": "^20.11.24", "@upstash/ratelimit": "^2.0.8", "@upstash/redis": "^1.36.1", "tsx": "^4.7.0", "typescript": "^5.9.3", "vercel": "^37.0.0" }, "engines": { "node": ">=18.0.0" }, "overrides": { "tar": "^7.5.7" } }