MCP-Research-Server

MLDreamer/MCP-Research-Server
★ 1 stars Python 🔍 Search Updated 1mo ago
A production-grade MCP server for research automation, Obsidian integration, and web search
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-research-server": {
      "command": "uvx",
      "args": [
        "mcp-research-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-research-server