divslingerx_mcp-server

divslingerx_mcp-server

3.2

Memory Store MCP Server is a Model Context Protocol server that provides web search capabilities using Puppeteer.

The Memory Store MCP Server is designed to facilitate web search functionalities through the use of Puppeteer, a Node library that provides a high-level API to control headless Chrome or Chromium. This server is particularly useful for applications that require structured web search results in JSON format. It is lightweight and stateless, making it easy to integrate with systems that support the Model Context Protocol (MCP). The server is built to handle web search requests efficiently and return results in a structured manner, which can be easily consumed by other applications or services.

Features

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

Usage with Different Platforms

nodejs

bash
npm start

mcp


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