tavily-server MCP Server
@zenturacp
About tavily-server MCP Server
Tavily MCP Server for Cline
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
1Create new text notes
Overview
What is tavily-server MCP Server?
tavily-server MCP Server is a TypeScript-based Model Context Protocol server that implements a simple notes system. It demonstrates core MCP concepts by providing resources for text notes, tools for creating notes, and prompts for generating summaries.
How to use tavily-server MCP Server?
Install dependencies with npm install, build with npm run build, and add the server configuration to the Claude Desktop config file (JSON) pointing to the built index.js script. Use npm run watch for development with auto-rebuild.
Key features of tavily-server MCP Server
- Resources listing and accessing notes via
note://URIs - Each note has title, content, and metadata
- Plain text mime type for simple content access
create_notetool to create new text notessummarize_notesprompt for generating a summary of all notes- Debugging support via MCP Inspector
Use cases of tavily-server MCP Server
- Creating and managing a collection of text notes
- Generating summaries of all stored notes for LLM input
- Demonstrating MCP resource, tool, and prompt patterns
- Prototyping note-taking workflows in MCP-compatible clients
FAQ from tavily-server MCP Server
What does tavily-server MCP Server actually do?
It implements a simple notes system: you can create notes, list them, and generate summaries. It is a demonstration of the Model Context Protocol, not a search or query tool.
How do I install and configure it?
Install dependencies with npm install, build with npm run build, then add the server config to Claude Desktop’s claude_desktop_config.json (path varies by OS) with the command pointing to the built index.js file.
What runtime dependencies are required?
Node.js and npm are required. No external APIs or databases are needed; notes are stored in the server’s in-memory state.
How does the server communicate with clients?
It communicates over stdio (standard input/output) using the MCP protocol. For debugging, use the MCP Inspector via npm run inspector.
What transport or authentication does it use?
It uses stdio transport only. No authentication or network transport is mentioned in the README.
More Search MCP servers
MCP SearXNG Enhanced Server
OvertliDSEnhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
DuckDuckGo Search MCP Server
nickclydeA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
mcp-omnisearch
spences10🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
Comments