Odel
fastbcp mcp

fastbcp mcp

Local
@arpe-io2PythonMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfastbcp-mcpv0.1.5

Run

uvx fastbcp-mcp

MCP client config

{
  "mcpServers": {
    "fastbcp-mcp": {
      "command": "uvx",
      "args": [
        "fastbcp-mcp"
      ]
    }
  }
}