A Model Context Protocol (MCP) server that provide search by tavily.
MCP server to give client the ability to search on the internet
For this MCP server to work, add the following configuration to your MCP config file:
{
"mcpServers": {
"tavily_search": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-tavily-search",
"run",
"python",
"main.py"
]
}
}
}
Also provide TAVILY_API_KEY in .env
NHL api client, mcp server, and cli written in Go
TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration
A DuckDuckGo search plugin for Model Context Protocol (MCP), compatible with Claude Code. Provides web search functionality with advanced navigation and content exploration features.
DevEnvInfoServer - Cursor MCP Server for Development Environment Information