π¦
Search MCP
MCP server: Search MCP
0 installs
2 stars
2 forks
Trust: 39 β Low
Devtools
Installation
npx search-mcpAsk AI about Search MCP
Powered by Claude Β· Grounded in docs
I know everything about Search MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Research MCP Server
A comprehensive MCP (Model Context Protocol) server that provides powerful research capabilities through multiple academic and web sources. This server integrates with various research platforms to enable deep academic research, web search, and content analysis.
Features
Research & Academic Search
- Perplexity Integration: AI-powered web search with deep research mode
- Google Scholar: Academic paper search and citation analysis
- ArXiv: Scientific paper search, retrieval, and LaTeX source conversion
- OpenAlex: Comprehensive academic database with rich metadata
Developer & Code Search
- GitHub Integration: Repository, code, issues, and user search
- Markdown Conversion: Extract and convert web content to clean markdown
Advanced Capabilities
- LaTeX to Markdown: Automatic conversion of arXiv papers to readable markdown
- Timestamped Results: All searches saved to
/tmpdirectory with timestamps - Deep Research Mode: Comprehensive analysis for complex topics
- Multi-format Export: Results saved in organized, searchable formats
Installation
pnpm install
pnpm run build
Quick Start
Install to all MCP clients:
pnpm run install-server
Or install to specific clients:
pnpm run install-desktop # Claude Desktop
pnpm run install-cursor # Cursor IDE
pnpm run install-code # Claude Code
pnpm run install-mcp # .mcp.json only
Configuration
Create a .env.local file with your API keys:
PERPLEXITY_API_KEY=your_perplexity_key
GITHUB_TOKEN=your_github_token
SERP_API_KEY=your_serp_api_key
Available Tools
Perplexity Search
ask-perplexity- Web search with AI-powered answers and deep research mode
Google Scholar
google-scholar-search- Academic paper search with citation analysis
ArXiv Research
arxiv-search- Search scientific papers with advanced query syntaxarxiv-get-paper- Download paper details and LaTeX source with markdown conversionarxiv-search-by-author- Find papers by specific authorsarxiv-search-by-category- Browse papers by subject category with date filtering
OpenAlex Academic Database
openalex-search-works- Search academic works with rich metadataopenalex-search-authors- Find academic authors and their workopenalex-search-institutions- Research academic institutionsopenalex-search-concepts- Explore academic concepts and topicsopenalex-search-sources- Find journals and conferencesopenalex-search-publishers- Research academic publishersopenalex-search-funders- Find research funding sourcesopenalex-get-work-by-id- Get detailed work information by ID or DOIopenalex-autocomplete- Get suggestions for any entity type
GitHub Development
github-search-repositories- Find repositories with advanced filteringgithub-search-code- Search code across repositoriesgithub-search-issues- Find issues and pull requestsgithub-search-users- Discover developers and maintainersgithub-get-repository- Get detailed repository information
Content Processing
get-markdown- Convert web pages to clean, structured markdown
Advanced Features
ArXiv LaTeX Processing
- Automatic download and extraction of LaTeX source files
- Conversion to markdown using Pandoc
- Preservation of figures, tables, and bibliography
- Organized file structure in timestamped directories
Result Management
- All searches automatically saved to
/tmpdirectory - Timestamped filenames for easy organization
- Structured markdown output for readability
- Comprehensive metadata preservation
Query Optimization
- Advanced search syntax support for arXiv
- Boolean operators (AND, OR, ANDNOT) with parentheses
- Field-specific searches (title, author, abstract, category)
- Date range filtering and sorting options
Development
Start the server directly:
pnpm start
Build and test:
pnpm run build
pnpm start
Architecture
Built on the Model Context Protocol (MCP) with:
- Core Framework: @modelcontextprotocol/sdk
- Runtime: Node.js with ES modules
- Language: TypeScript with ES2022 target
- Validation: Zod for parameter validation
- Transport: StdioServerTransport for client communication
- Modular Design: Separate tool files for each service
Project Structure
src/
βββ index.ts # Main MCP server entry point
βββ tools/ # Individual tool implementations
βββ perplexity.ts # Perplexity AI integration
βββ scholar.ts # Google Scholar search
βββ arxiv.ts # ArXiv paper search & processing
βββ openalex.ts # OpenAlex academic database
βββ github.ts # GitHub API integration
βββ markdown.ts # Web content extraction
Dependencies
@modelcontextprotocol/sdk- MCP protocol implementationzod- Runtime type validationaxios- HTTP client for API callsdotenv- Environment variable management
License
MIT
