一个MCP服务器,让你的Claude Cline以及Langchain实现网络搜索功能。An MCP server that allows your Claude Cline and Langchain to implement network search functions.
A MCP protocol server that implements web search functionality using the Tavily API.
git clone <repository-url>
cd mcp2tavily
.env
file## Create .env file
touch .env
## Add your Tavily API key to .env
echo "TAVILY_API_KEY=your_api_key_here" > .env
## Create and activate virtual environment
uv venv
source .venv/bin/activate # On Windows use: .venv\Scripts\activate
uv sync
fastmcp install mcp2tavily.py
To test the functionality using MCP Inspector:
fastmcp dev mcp2tavily.py
Once running, you can access the MCP Inspector at: http://localhost:5173
search_web(query: str)
: Search the web using Tavily APIsearch_web_info(query: str)
: Same as above, with Chinese descriptionTAVILY_API_KEY
: Your Tavily API key (required)Cline Continue Claude的MCP JSON FILE
"mcp2tavily": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"--with",
"python-dotenv",
"--with",
"tavily-python",
"fastmcp",
"run",
"C:\Users\你的真实路径\mcp2tavily.py"
],
"env": {
"TAVILY_API_KEY": "API密钥"
}
}
Math Mcp
A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs). This server enables LLMs to perform accurate numerical calculations through a simple API.
Mixpanel Mcp
MCP Server for Mixpanel API (talk to your Mixpanel data)
Mcpet
This is a TypeScript-based Model Context Protocol (MCP) server that implements a virtual pet simulation system. It demonstrates core MCP concepts by providing tools for pet care and interaction.
A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. This server enables programmatic access to Ghost CMS features including post management, page management, member management, and more.
A dashboard for the MCP Memory Service