Fastbcp MCP
Rank #38,209io.github.arpe-io/fastbcp-mcp
MCP server providing fastbcp-mcp capabilities
Fastbcp MCP is a Model Context Protocol (MCP) server published by arpe-io. It ranks #38,209 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Fastbcp MCP is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Mar 16, 2026.
Ranks ahead of 77,251 of 115,460 servers on MCP Toplist.
Use Fastbcp MCP
claude mcp add fastbcp-mcp -e "FASTBCP_PATH=<your FASTBCP_PATH>" -e "FASTBCP_TIMEOUT=<your FASTBCP_TIMEOUT>" -- uvx fastbcp-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fastbcp-mcp]
command = "uvx"
args = ["fastbcp-mcp"]
[mcp_servers.fastbcp-mcp.env]
FASTBCP_PATH = "<your FASTBCP_PATH>"
FASTBCP_TIMEOUT = "<your FASTBCP_TIMEOUT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fastbcp-mcp": {
"command": "uvx",
"args": [
"fastbcp-mcp"
],
"env": {
"FASTBCP_PATH": "<your FASTBCP_PATH>",
"FASTBCP_TIMEOUT": "<your FASTBCP_TIMEOUT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fastbcp-mcp": {
"command": "uvx",
"args": [
"fastbcp-mcp"
],
"env": {
"FASTBCP_PATH": "<your FASTBCP_PATH>",
"FASTBCP_TIMEOUT": "<your FASTBCP_TIMEOUT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fastbcp-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fastbcp-mcp"
],
"env": {
"FASTBCP_PATH": "<your FASTBCP_PATH>",
"FASTBCP_TIMEOUT": "<your FASTBCP_TIMEOUT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fastbcp-mcp": {
"command": "uvx",
"args": [
"fastbcp-mcp"
],
"env": {
"FASTBCP_PATH": "<your FASTBCP_PATH>",
"FASTBCP_TIMEOUT": "<your FASTBCP_TIMEOUT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fastbcp-mcp": {
"command": "uvx",
"args": [
"fastbcp-mcp"
],
"env": {
"FASTBCP_PATH": "<your FASTBCP_PATH>",
"FASTBCP_TIMEOUT": "<your FASTBCP_TIMEOUT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.arpe-io%2Ffastbcp-mcp)<a href="https://mcptoplist.com/server/io.github.arpe-io%2Ffastbcp-mcp"><img src="https://mcptoplist.com/badge/io.github.arpe-io%2Ffastbcp-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
arpe-io
Other servers by arpe-io
- Arpeio MCP#19,192 · 2 vers
- Fasttransfer MCP#38,210 · 3 vers
- Lakexpress MCP#38,211 · 3 vers
- Migratorxpress MCP#38,212 · 3 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.1.5 | Mar 16, 2026 |
| 0.1.2 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fastbcp MCP?
- Fastbcp MCP is maintained by arpe-io, which publishes 7 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Fastbcp MCP listed on the Official MCP Registry?
- Yes — Fastbcp MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Fastbcp MCP have?
- MCP Toplist tracks 3 versions of Fastbcp MCP, most recently published on Mar 16, 2026.
- Where can I find the source code for Fastbcp MCP?
- The source code for Fastbcp MCP is hosted at github.com/arpe-io/fastbcp-mcp.