divslingerx_mcp-server
Memory Store MCP Server is a Model Context Protocol server that provides web search capabilities using Puppeteer.
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
-
Clone the repository:
git clone https://github.com/yourusername/mcp-server.git cd mcp-server
-
Install dependencies:
npm install
-
Build the project:
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 file for details.
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.