Driflyte
Rank #73,645pulsemcp/serkan-ozal-driflyte
Query and retrieve topic-specific knowledge from recursively crawled and indexed web pages
Driflyte is a Model Context Protocol (MCP) server published by serkan-ozal. It ranks #73,645 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Driflyte is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Aug 9, 2025.
Ranks ahead of 41,815 of 115,460 servers on MCP Toplist.
Use Driflyte
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http serkan-ozal-driflyte https://mcp.driflyte.com/mcp[mcp_servers.serkan-ozal-driflyte]
url = "https://mcp.driflyte.com/mcp"Add to ~/.codex/config.toml.
https://mcp.driflyte.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"serkan-ozal-driflyte": {
"url": "https://mcp.driflyte.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"serkan-ozal-driflyte": {
"type": "http",
"url": "https://mcp.driflyte.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"serkan-ozal-driflyte": {
"serverUrl": "https://mcp.driflyte.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"serkan-ozal-driflyte": {
"url": "https://mcp.driflyte.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Fserkan-ozal-driflyte)<a href="https://mcptoplist.com/server/pulsemcp%2Fserkan-ozal-driflyte"><img src="https://mcptoplist.com/badge/pulsemcp%2Fserkan-ozal-driflyte.svg" alt="MCP Toplist: #73,645 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
serkan-ozal
Other servers by serkan-ozal
View all serkan-ozal servers →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Driflyte?
- Driflyte is maintained by serkan-ozal, which publishes 10 MCP servers (53 total versions) tracked on MCP Toplist.
- Is Driflyte listed on the Official MCP Registry?
- Driflyte is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Driflyte have?
- Driflyte ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Driflyte?
- The source code for Driflyte is hosted at github.com/serkan-ozal/driflyte-mcp-server.