Abraflexi
Rank #11,056io.github.Vitexus/abraflexi
MCP server providing abraflexi capabilities
Abraflexi is a Model Context Protocol (MCP) server published by vitexsoftware. It ranks #11,056 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Abraflexi is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 28, 2026 and most recently updated on Feb 23, 2026.
Ranks ahead of 104,535 of 115,591 servers on MCP Toplist.
Use Abraflexi
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http abraflexi https://abraflexi.fastmcp.app/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add abraflexi -- uvx abraflexi-mcp-server[mcp_servers.abraflexi]
url = "https://abraflexi.fastmcp.app/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.abraflexi]
command = "uvx"
args = ["abraflexi-mcp-server"]Add to ~/.codex/config.toml.
https://abraflexi.fastmcp.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"abraflexi": {
"command": "uvx",
"args": [
"abraflexi-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"abraflexi": {
"url": "https://abraflexi.fastmcp.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"abraflexi": {
"command": "uvx",
"args": [
"abraflexi-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"abraflexi": {
"type": "http",
"url": "https://abraflexi.fastmcp.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"abraflexi": {
"type": "stdio",
"command": "uvx",
"args": [
"abraflexi-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"abraflexi": {
"serverUrl": "https://abraflexi.fastmcp.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"abraflexi": {
"command": "uvx",
"args": [
"abraflexi-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"abraflexi": {
"url": "https://abraflexi.fastmcp.app/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"abraflexi": {
"command": "uvx",
"args": [
"abraflexi-mcp-server"
]
}
}
}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.Vitexus%2Fabraflexi)<a href="https://mcptoplist.com/server/io.github.Vitexus%2Fabraflexi"><img src="https://mcptoplist.com/badge/io.github.Vitexus%2Fabraflexi.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
vitexsoftware
Other servers by vitexsoftware
- mastodon-mcp-server#15,349 · 1 ver
- mcp-server-subreg#18,792 · 2 vers
- MultiFlexi MCP Server#21,195 · 1 ver
- mcp-server-datovka#28,862 · 1 ver
- semaphore-mcp-server#34,700 · 2 vers
- mcp-server-filesystem#38,790
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Abraflexi?
- Abraflexi is maintained by vitexsoftware, which publishes 7 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Abraflexi listed on the Official MCP Registry?
- Yes — Abraflexi is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Abraflexi have?
- MCP Toplist tracks 2 versions of Abraflexi, most recently published on Feb 23, 2026.
- Where can I find the source code for Abraflexi?
- The source code for Abraflexi is hosted at github.com/vitexsoftware/abraflexi-mcp-server.