Fastbcp MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from pypi. Last commit 18 Mar 2026.
MCP server for FastBCP — high-performance parallel database export to files and cloud
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
result = subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fastbcp-mcp -- uvx fastbcp-mcp
{
"mcpServers": {
"fastbcp-mcp": {
"args": [
"fastbcp-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.fastbcp-mcp]
command = "uvx"
args = ["fastbcp-mcp"]
{
"mcpServers": {
"fastbcp-mcp": {
"args": [
"fastbcp-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"fastbcp-mcp": {
"args": [
"fastbcp-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
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)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for FastTransfer — high-performance parallel data transfer between databases
MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet
MCP server for MigratorXpress — cross-platform database migration with parallel transfer
An MCP server for MySQL databases.
MCP server for Neo4j Aura Database Instance Manager.
MCP server for The Movie Database (TMDB) API
A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.
Answers built from our own checks of this server.