UNPKG

markov-exa-mcp-server

Version:

A Model Context Protocol server with Exa for web search, academic paper search, and Twitter/X.com search. Provides real-time web searches with configurable tool selection, allowing users to enable or disable specific search capabilities. Supports customiz

55 lines (54 loc) 1.47 kB
{ "name": "markov-exa-mcp-server", "version": "2.0.20", "description": "A Model Context Protocol server with Exa for web search, academic paper search, and Twitter/X.com search. 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.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/exa-labs/exa-mcp-server.git" }, "bin": { "markov-exa-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "mcp", "search mcp", "model context protocol", "exa", "search", "websearch", "claude", "ai", "research", "papers", "linkedin" ], "author": "Exa Labs", "scripts": { "build": "tsc", "watch": "tsc --watch", "prepare": "npm run build", "prepublishOnly": "npm run build", "dev": "tsx src/index.ts", "inspector": "npx @modelcontextprotocol/inspector dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "axios": "^1.7.2", "tsx": "^4.16.0", "winston": "^3.17.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.5.5", "dotenv": "^16.5.0", "typescript": "^5.7.2" } }