MCP.so
Sign In

search-fetch-server MCP Server

@nexon33

About search-fetch-server MCP Server

No overview available yet

Basic information

Category

Search

Transports

stdio

Publisher

nexon33

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

3

Create new text notes

Fetch content from a URL and optionally convert to markdown using Puppeteer

Perform a DuckDuckGo search

Overview

What is search-fetch-server MCP Server?

search-fetch-server MCP Server is a TypeScript-based Model Context Protocol server that implements a simple notes system. It provides resources for accessing text notes via note:// URIs, tools for creating notes, fetching URL content (optionally converting to markdown with Puppeteer), and performing DuckDuckGo searches, as well as prompts for generating summaries of notes. It is intended for use with MCP-compatible clients like Claude Desktop.

How to use search-fetch-server MCP Server?

Install dependencies with npm install, build the server with npm run build, and add the server configuration to your Claude Desktop configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json (MacOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows). The server exposes tools like create_n

Comments

More Search MCP servers