Abra Flexi MCP Server

A comprehensive Model Context Protocol (MCP) server for AbraFlexi integration using FastMCP and python-abraflexi. This server provides complete access to AbraFlexi REST API functionality through MCP-compatible tools. It runs locally over stdio via the published package.

People who work with Abraflexi and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-04 · ★ 2 · #133 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

Python servers · how we verify → /methodology

01 · Install Abra Flexi

before you install - you'll need

Set AUTH_TYPE, ABRAFLEXI_URL, ABRAFLEXI_COMPANY, ABRAFLEXI_LOGIN, ABRAFLEXI_PASSWORD before connecting. ABRAFLEXI_MCP_TRANSPORT, ABRAFLEXI_MCP_HOST, ABRAFLEXI_MCP_PORT, ABRAFLEXI_MCP_STATELESS_HTTP are optional or environment-specific per the README.

Claude Code

claude mcp add vitexsoftware-abraflexi-mcp-server -- uvx abraflexi-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "vitexsoftware-abraflexi-mcp-server": {
      "command": "uvx",
      "args": [
        "abraflexi-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package abraflexi-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry registry publisher io.github.Vitexus is not the repo owner (vitexsoftware) - the registry entry was published by someone else

03 · What Abra Flexi can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.5.0 · 2026-08-28

What's New · New server_info tool, plus company context on every record response. A running server is bound for its whole lifetime to exactly one AbraFlexi company. Previously nothing told a calling AI assistant which…

v1.2.4 · 2026-08-05

What's new in v1.2.4 · create AbraFlexi companies straight from the assistant. The server can now call AbraFlexi's own "found a new company" endpoint via the new company_create tool - so you can ask your assistant to…

v1.0.2 · 2026-06-30

Changes · Add AppStream metainfo (cz.vitexsoftware.abraflexi-mcp-server.metainfo.xml) and stock icon for desktop/packaging integration · Add --help to the abraflexi-mcp CLI entry point · Update README with CLI help…

04 · Who maintains Abra Flexi

AbraFlexi is maintained by vitexsoftware. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
finance - ranked #133 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-08-28)
registry
io.github.Vitexus/abraflexi (active, first published 2026-02-23)
packages
pypi:abraflexi-mcp-server

06 · Abra Flexi FAQ

What is Abra Flexi?

A comprehensive Model Context Protocol (MCP) server for AbraFlexi integration using FastMCP and python-abraflexi. This server provides complete access to AbraFlexi REST API functionality through MCP-compatible tools. It runs locally over stdio via the published package.

Is Abra Flexi still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-04 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Abra Flexi?

Run `uvx abraflexi-mcp-server`. The README documents 9 environment variables (ABRAFLEXI_MCP_TRANSPORT, ABRAFLEXI_MCP_HOST, ABRAFLEXI_MCP_PORT…) to set first. Set AUTH_TYPE, ABRAFLEXI_URL, ABRAFLEXI_COMPANY, ABRAFLEXI_LOGIN, ABRAFLEXI_PASSWORD before connecting. ABRAFLEXI_MCP_TRANSPORT, ABRAFLEXI_MCP_HOST, ABRAFLEXI_MCP_PORT, ABRAFLEXI_MCP_STATELESS_HTTP are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Abra Flexi run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Abra Flexi

More finance MCP servers · Vivid MCP · Ru Marketplace MCP · Vouch MCP · Clawswap · Desk Crew

More Python MCP servers · Humanizer Ru (vladimir-human) · LLM Sandbox · Yggdrasil · Midas · see all