Flyto Core
Rank #577io.github.flytohub/flyto-core
MCP server providing flyto-core capabilities
Flyto Core is a Model Context Protocol (MCP) server published by flytohub. It ranks #577 of 115,460 servers tracked on MCP Toplist, and its repository has 480 GitHub stars. Flyto Core is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Dec 4, 2025 and most recently updated on Feb 19, 2026.
Ranks ahead of 114,883 of 115,460 servers on MCP Toplist.
Use Flyto Core
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add flyto-core -- uvx flyto-core[mcp_servers.flyto-core]
command = "uvx"
args = ["flyto-core"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"flyto-core": {
"command": "uvx",
"args": [
"flyto-core"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"flyto-core": {
"command": "uvx",
"args": [
"flyto-core"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"flyto-core": {
"type": "stdio",
"command": "uvx",
"args": [
"flyto-core"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"flyto-core": {
"command": "uvx",
"args": [
"flyto-core"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"flyto-core": {
"command": "uvx",
"args": [
"flyto-core"
]
}
}
}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.flytohub%2Fflyto-core)<a href="https://mcptoplist.com/server/io.github.flytohub%2Fflyto-core"><img src="https://mcptoplist.com/badge/io.github.flytohub%2Fflyto-core.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
flytohub
Other servers by flytohub
View all flytohub servers →Available versions (3)
| Version | Published |
|---|---|
| 2.12.6 | Feb 19, 2026 |
| 2.2.2 | Feb 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Flyto Core?
- Flyto Core is maintained by flytohub, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Flyto Core listed on the Official MCP Registry?
- Yes — Flyto Core is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Flyto Core have?
- MCP Toplist tracks 3 versions of Flyto Core, most recently published on Feb 19, 2026.
- Where can I find the source code for Flyto Core?
- The source code for Flyto Core is hosted at github.com/flytohub/flyto-core.