HomeSearch & Research › driflyte-mcp-server

driflyte-mcp-server

Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

Official TypeScript CloudLocal Remote
★ 11 stars Last pushed 2025-10-02 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.driflyte.com/mcp Unreachable when checked 2026-09-24

Claude Code:

claude mcp add --transport http driflyte-mcp-server https://mcp.driflyte.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "driflyte-mcp-server": {
      "url": "https://mcp.driflyte.com/mcp"
    }
  }
}

Remote (streamable-http)

https://mcp.driflyte.com/openai Unreachable when checked 2026-09-24

Claude Code:

claude mcp add --transport http driflyte-mcp-server https://mcp.driflyte.com/openai

Or add to your MCP client config:

{
  "mcpServers": {
    "driflyte-mcp-server": {
      "url": "https://mcp.driflyte.com/openai"
    }
  }
}

Package (npm 0.1.15)

npx -y @driflyte/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "driflyte-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@driflyte/[email protected]"
      ]
    }
  }
}

This repository has 2 servers listed in the Official MCP Registry.

Other names: ai.smithery/serkan-ozal-driflyte-mcp-server

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry