Driflyte MCP Server
Rank #19,619com.driflyte/driflyte-mcp-server
MCP server providing driflyte-server capabilities
Driflyte MCP Server is a Model Context Protocol (MCP) server published by serkan-ozal. It ranks #19,619 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Driflyte MCP Server is listed across 2 registries — Official MCP and Smithery, with 15 tracked versions. It was first listed on Sep 20, 2025 and most recently updated on Sep 30, 2025.
Ranks ahead of 95,841 of 115,460 servers on MCP Toplist.
Use Driflyte MCP Server
claude mcp add --transport http driflyte-mcp-server https://mcp.driflyte.com/mcpclaude mcp add --transport http driflyte-mcp-server https://mcp.driflyte.com/openaiclaude mcp add driflyte-mcp-server -- npx -y @driflyte/mcp-server[mcp_servers.driflyte-mcp-server]
url = "https://mcp.driflyte.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.driflyte-mcp-server]
url = "https://mcp.driflyte.com/openai"Add to ~/.codex/config.toml.
[mcp_servers.driflyte-mcp-server]
command = "npx"
args = ["-y", "@driflyte/mcp-server"]Add to ~/.codex/config.toml.
https://mcp.driflyte.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.driflyte.com/openaiSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"driflyte-mcp-server": {
"command": "npx",
"args": [
"-y",
"@driflyte/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"driflyte-mcp-server": {
"url": "https://mcp.driflyte.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"driflyte-mcp-server": {
"url": "https://mcp.driflyte.com/openai"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"driflyte-mcp-server": {
"command": "npx",
"args": [
"-y",
"@driflyte/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"driflyte-mcp-server": {
"type": "http",
"url": "https://mcp.driflyte.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"driflyte-mcp-server": {
"type": "http",
"url": "https://mcp.driflyte.com/openai"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"driflyte-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@driflyte/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"driflyte-mcp-server": {
"serverUrl": "https://mcp.driflyte.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"driflyte-mcp-server": {
"serverUrl": "https://mcp.driflyte.com/openai"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"driflyte-mcp-server": {
"command": "npx",
"args": [
"-y",
"@driflyte/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"driflyte-mcp-server": {
"url": "https://mcp.driflyte.com/mcp"
}
}
}{
"mcpServers": {
"driflyte-mcp-server": {
"url": "https://mcp.driflyte.com/openai"
}
}
}{
"mcpServers": {
"driflyte-mcp-server": {
"command": "npx",
"args": [
"-y",
"@driflyte/mcp-server"
]
}
}
}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/com.driflyte%2Fdriflyte-mcp-server)<a href="https://mcptoplist.com/server/com.driflyte%2Fdriflyte-mcp-server"><img src="https://mcptoplist.com/badge/com.driflyte%2Fdriflyte-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
serkan-ozal
Other servers by serkan-ozal
View all serkan-ozal servers →Available versions (15)
| Version | Published |
|---|---|
| 0.1.15 | Sep 30, 2025 |
| 0.1.14 | Sep 29, 2025 |
| 0.1.13 | Sep 29, 2025 |
| 0.1.12 | Sep 29, 2025 |
| 0.1.11 | Sep 29, 2025 |
| 0.1.8 | Sep 29, 2025 |
| 0.1.7 | Sep 29, 2025 |
| 0.1.6 | Sep 29, 2025 |
| 0.1.5 | Sep 29, 2025 |
| 0.1.4 | Sep 29, 2025 |
| 0.1.3 | Sep 25, 2025 |
| 0.0.20 | Sep 21, 2025 |
| 0.0.19 | Sep 20, 2025 |
| 0.0.18 | Sep 20, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Driflyte MCP Server?
- Driflyte MCP Server is maintained by serkan-ozal, which publishes 10 MCP servers (53 total versions) tracked on MCP Toplist.
- Is Driflyte MCP Server listed on the Official MCP Registry?
- Yes — Driflyte MCP Server is listed on the Official MCP Registry, alongside Smithery.
- How many versions does Driflyte MCP Server have?
- MCP Toplist tracks 15 versions of Driflyte MCP Server, most recently published on Sep 30, 2025.
- Where can I find the source code for Driflyte MCP Server?
- The source code for Driflyte MCP Server is hosted at github.com/serkan-ozal/driflyte-mcp-server.