Fivetran MCP
Rank #37,128io.github.YimingYAN/fivetran-mcp
MCP server providing fivetran-mcp capabilities
Fivetran MCP is a Model Context Protocol (MCP) server published by yimingyan. It ranks #37,128 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Fivetran MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jan 11, 2026 and most recently updated on Feb 1, 2026.
Ranks ahead of 94,985 of 132,113 servers on MCP Toplist.
Use Fivetran MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fivetran-mcp -e "FIVETRAN_API_KEY=<your FIVETRAN_API_KEY>" -e "FIVETRAN_API_SECRET=<your FIVETRAN_API_SECRET>" -- uvx fivetran-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fivetran-mcp]
command = "uvx"
args = ["fivetran-mcp"]
[mcp_servers.fivetran-mcp.env]
FIVETRAN_API_KEY = "<your FIVETRAN_API_KEY>"
FIVETRAN_API_SECRET = "<your FIVETRAN_API_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fivetran-mcp": {
"command": "uvx",
"args": [
"fivetran-mcp"
],
"env": {
"FIVETRAN_API_KEY": "<your FIVETRAN_API_KEY>",
"FIVETRAN_API_SECRET": "<your FIVETRAN_API_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fivetran-mcp": {
"command": "uvx",
"args": [
"fivetran-mcp"
],
"env": {
"FIVETRAN_API_KEY": "<your FIVETRAN_API_KEY>",
"FIVETRAN_API_SECRET": "<your FIVETRAN_API_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fivetran-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fivetran-mcp"
],
"env": {
"FIVETRAN_API_KEY": "<your FIVETRAN_API_KEY>",
"FIVETRAN_API_SECRET": "<your FIVETRAN_API_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fivetran-mcp": {
"command": "uvx",
"args": [
"fivetran-mcp"
],
"env": {
"FIVETRAN_API_KEY": "<your FIVETRAN_API_KEY>",
"FIVETRAN_API_SECRET": "<your FIVETRAN_API_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fivetran-mcp": {
"command": "uvx",
"args": [
"fivetran-mcp"
],
"env": {
"FIVETRAN_API_KEY": "<your FIVETRAN_API_KEY>",
"FIVETRAN_API_SECRET": "<your FIVETRAN_API_SECRET>"
}
}
}
}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.YimingYAN%2Ffivetran-mcp)<a href="https://mcptoplist.com/server/io.github.YimingYAN%2Ffivetran-mcp"><img src="https://mcptoplist.com/badge/io.github.YimingYAN%2Ffivetran-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yimingyan
Other servers by yimingyan
View all yimingyan servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Feb 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fivetran MCP?
- Fivetran MCP is maintained by yimingyan, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Fivetran MCP listed on the Official MCP Registry?
- Yes — Fivetran MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Fivetran MCP have?
- MCP Toplist tracks 2 versions of Fivetran MCP, most recently published on Feb 1, 2026.
- Where can I find the source code for Fivetran MCP?
- The source code for Fivetran MCP is hosted at github.com/yimingyan/fivetran-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.