Back to MCP Servers
Driflyte
The Driflyte MCP Server exposes tools that allow AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages.
search-data-extractionai
By serkan-ozal
Installation
npx -y driflyte-mcp-serverConfiguration
{
"mcpServers": {
"driflyte-mcp-server": {
"command": "npx",
"args": ["-y", "driflyte-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes