logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp-server

Provides web search capabilities using Puppeteer, returning structured JSON results from Google searches in a lightweight and stateless design.

Author

mcp-server logo

divslingerx

No License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 29732
Tools 1
Last Updated 2026-02-19

Tags

puppeteersearchessearchusing puppeteersearch divslingerxsearches lightweight

Memory Store MCP Server

A Model Context Protocol (MCP) server that provides web search capabilities using Puppeteer.

Features

  • Web search functionality via Google
  • Structured JSON results
  • Lightweight and stateless design
  • Easy integration with MCP-enabled systems

Installation

  1. Clone the repository:

bash git clone https://github.com/yourusername/mcp-server.git cd mcp-server

  1. Install dependencies:

bash npm install

  1. Build the project: bash npm run build

Configuration

Create a .env file in the project root with the following environment variables:

# Puppeteer configuration
PUPPETEER_EXECUTABLE_PATH=/path/to/chrome
PUPPETEER_HEADLESS=true

# Server settings
PORT=3000

Usage

Start the server:

npm start

The server will be available to MCP clients. Example usage through MCP:

{
  "tool": "search_web",
  "arguments": {
    "query": "example search"
  }
}

Development

Building the Project

npm run build

Running Tests

npm test

Linting

npm run lint

Formatting

npm run format

License

This project is licensed under the MIT License - see the LICENSE file for details.

See Also

`