What it does
8 MCP tools that give your AI assistant the ability to research the web, read academic papers, extract YouTube videos, pull tweets, and ingest local files — all through the standard MCP protocol.
Server Config
{
"mcpServers": {
"research": {
"command": "uvx",
"args": [
"mcp-research"
],
"env": {
"BRAVE_API_KEY": "",
"OLLAMA_URL": ""
}
}
}
}