Integrations
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:Copy
- Install dependencies:Copy
- Build the project:Copy
Configuration
Create a .env
file in the project root with the following environment variables:
Copy
Usage
Start the server:
Copy
The server will be available to MCP clients. Example usage through MCP:
Copy
Development
Building the Project
Copy
Running Tests
Copy
Linting
Copy
Formatting
Copy
License
This project is licensed under the MIT License - see the LICENSE file for details.
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
A lightweight, stateless MCP server utilizing Puppeteer for web searches, returning structured JSON results, easily integratable with other MCP-enabled systems.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.Last updated -414612TypeScriptMIT License
- -securityAlicense-qualityA server based on the MCP protocol that uses the Brave API for web search functionality.Last updated -6PythonMIT License
- AsecurityAlicenseAqualityA headless browser MCP server that allows AI agents to fetch web content and perform Google searches without API keys, supporting various output formats like Markdown, JSON, HTML, and text.Last updated -24TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.Last updated -668TypeScriptMIT License