Back to MCP Servers
🔌

flytohub/flyto-core

Apache-2.0API key required

](https://glama.ai/mcp/servers/@flytohub/flyto-core) 🐍 🏠 - Deterministic execution engine for AI agents with 412 modules across 78 categories (browser, file, Docker, data, crypto, scheduling). Featu

PythonBrowser

Install

npx -y flytohub-flyto-core

Required environment variables

GITHUB_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "flytohub-flyto-core": {
      "command": "npx",
      "args": [
        "-y",
        "flytohub-flyto-core"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.