divslingerx_mcp-server
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"
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
playwright-mcp
by microsoft
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a browser-use powered agent that autonomously executes and debugs web apps directly in your code editor.