Github
@popoqaq
About Github
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"mcp/github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Tavily MCP Server?
Tavily MCP Server is an MCP‑compatible server that provides AI systems with real‑time web search and data extraction capabilities through the Tavily API. It is designed for use with MCP clients like Claude Desktop, Cursor, and Cline.
How to use Tavily MCP Server?
Install via NPX (npx -y [email protected]) or via Smithery, then configure an MCP client by adding a server entry with the TAVILY_API_KEY environment variable. You can then invoke the tavily-search and tavily-extract tools directly from the AI assistant.
Key features of Tavily MCP Server
- Seamless interaction with tavily-search and tavily-extract tools
- Real-time web search capabilities
- Intelligent data extraction from web pages
- Domain-specific and news search filtering
- Compatible with multiple MCP clients
Use cases of Tavily MCP Server
- Search for recent developments in quantum computing
- Fetch news articles about AI startups from the last 7 days
- Search for climate change research on specific domains (nature.com, sciencedirect.com)
- Extract main content from a given article URL
- Combine search and extract to generate detailed reports from multiple articles
FAQ from Tavily MCP Server
What runtime is required?
Node.js v20 or higher and a Tavily API key are required.
How do I get an API key?
Sign up for a free account at app.tavily.com/home to obtain an API key.
Which MCP clients are supported?
Cline, Cursor (version 0.45.6+), Claude Desktop, and any other MCP client.
How is data transmitted?
API keys are passed via environment variables (TAVILY_API_KEY). Searches and extracts are performed through Tavily's API.
Are there any known limitations?
The server only provides the two tools (search and extract); no other MCP tools are included.
More Search MCP servers
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
duckduckgo-search MCP Server
zhsamaGoogle Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
Comments