Overview
The search-fetch-server MCP Server is a TypeScript-based Model Context Protocol server that implements a simple notes system, demonstrating core MCP concepts through resources representing text notes, tools for creating and fetching notes, and prompts for generating summaries.
To use the server, install the dependencies, build the server, and configure it with Claude Desktop. You can create notes, fetch content from URLs, and perform searches using the provided tools.
- Resources for managing text notes with URIs and metadata. - Tools for creating new notes, fetching URLs, and performing DuckDuckGo searches. - Prompts for generating summaries of stored notes.
- Creating and managing a personal notes system.
- Fetching and converting web content into markdown format.
- Performing searches to gather information from the web.
Add to your AI client
Use these steps to connect search-fetch-server MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"nexon33-search-fetch-server-mcp-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nexon33-search-fetch-server-mcp-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"nexon33-search-fetch-server-mcp-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nexon33-search-fetch-server-mcp-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"nexon33-search-fetch-server-mcp-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nexon33-search-fetch-server-mcp-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"nexon33-search-fetch-server-mcp-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nexon33-search-fetch-server-mcp-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nexon33-search-fetch-server-mcp-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nexon33-search-fetch-server-mcp-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"nexon33-search-fetch-server-mcp-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nexon33-search-fetch-server-mcp-mcp-mirror"
]
}
}
}FAQ
What is the purpose of the search-fetch-server?
It serves as a notes management system that allows users to create, fetch, and summarize notes using a Model Context Protocol.
How do I install the server?
You can install it by running `npm install` and then build it using `npm run build`.
Can I use this server on different operating systems?
Yes! The server can be configured to work on both MacOS and Windows.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":609,"uuid":"4f49938a-e629-4203-afb3-3ca56052d438","name":"nexon33_search-fetch-server-mcp","title":"search-fetch-server MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:24:10.218Z","updated_at":"2025-02-23T07:15:15.985Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"search-fetch-server,MCP,notes-system","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/nexon33_search-fetch-server-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]