PluginBench
MCP Server
Maintained
MIT

io.github.arpe-io/fastbcp-mcp MCP Server

io.github.arpe-io/fastbcp-mcp

What is the io.github.arpe-io/fastbcp-mcp MCP server?

MCP server for FastBCP — high-performance parallel database export to files and cloud

How to install io.github.arpe-io/fastbcp-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FASTBCP_PATH

    Path to the FastBCP binary (optional — server runs in preview-only mode without it)

  • FASTBCP_TIMEOUT

    Execution timeout in seconds (default: 1800)

  • FASTBCP_LOG_DIR

    Directory for execution logs (default: ./logs)

  • LOG_LEVEL

    Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fastbcp-mcp": {
      "command": "uvx",
      "args": [
        "fastbcp-mcp"
      ],
      "env": {
        "FASTBCP_PATH": "<YOUR_FASTBCP_PATH>",
        "FASTBCP_TIMEOUT": "<YOUR_FASTBCP_TIMEOUT>",
        "FASTBCP_LOG_DIR": "<YOUR_FASTBCP_LOG_DIR>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "fastbcp-mcp": {
      "command": "uvx",
      "args": [
        "fastbcp-mcp"
      ],
      "env": {
        "FASTBCP_PATH": "<YOUR_FASTBCP_PATH>",
        "FASTBCP_TIMEOUT": "<YOUR_FASTBCP_TIMEOUT>",
        "FASTBCP_LOG_DIR": "<YOUR_FASTBCP_LOG_DIR>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fastbcp-mcp": {
      "command": "uvx",
      "args": [
        "fastbcp-mcp"
      ],
      "env": {
        "FASTBCP_PATH": "<YOUR_FASTBCP_PATH>",
        "FASTBCP_TIMEOUT": "<YOUR_FASTBCP_TIMEOUT>",
        "FASTBCP_LOG_DIR": "<YOUR_FASTBCP_LOG_DIR>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fastbcp-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fastbcp-mcp"
      ],
      "env": {
        "FASTBCP_PATH": "<YOUR_FASTBCP_PATH>",
        "FASTBCP_TIMEOUT": "<YOUR_FASTBCP_TIMEOUT>",
        "FASTBCP_LOG_DIR": "<YOUR_FASTBCP_LOG_DIR>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add fastbcp-mcp --env FASTBCP_PATH=<YOUR_FASTBCP_PATH> --env FASTBCP_TIMEOUT=<YOUR_FASTBCP_TIMEOUT> --env FASTBCP_LOG_DIR=<YOUR_FASTBCP_LOG_DIR> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- uvx fastbcp-mcp

Related MCP servers

MCP server for FastTransfer — high-performance parallel data transfer between databases

1
Python
MIT
View repository →

MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet

1
Python
MIT
View repository →

Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress

0
Python
MIT
View repository →

MCP server for MigratorXpress — cross-platform database migration with parallel transfer

0
Python
MIT
View repository →