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_PATHPath to the FastBCP binary (optional — server runs in preview-only mode without it)
FASTBCP_TIMEOUTExecution timeout in seconds (default: 1800)
FASTBCP_LOG_DIRDirectory for execution logs (default: ./logs)
LOG_LEVELLogging 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-mcpRelated MCP servers
io.github.arpe-io/fasttransfer-mcp
Maintained
MCP server for FastTransfer — high-performance parallel data transfer between databases
1
View repository →Python
MIT
io.github.arpe-io/lakexpress-mcp
Maintained
MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet
1
View repository →Python
MIT
io.github.arpe-io/migratorxpress-mcp
Maintained
MCP server for MigratorXpress — cross-platform database migration with parallel transfer
0
View repository →Python
MIT