Apideck Libraries MCP Server

Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent to 200+ connectors - accounting systems, HRIS platforms, CRM, file storage, and more - through one integration.

People who work with accounting and unified mcp server and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Dockerfile.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 17 · #81 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · Dockerfile · how we verify → /methodology

01 · Install Apideck Libraries MCP Server

before you install - you'll need

Set APIDECK_API_KEY, APIDECK_APP_ID before connecting. APIDECK_CONSUMER_ID is optional or environment-specific per the README.

Claude Code

claude mcp add apideck-libraries-mcp --transport http https://mcp.apideck.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "apideck-libraries-mcp": {
      "url": "https://mcp.apideck.dev/mcp"
    }
  }
}

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

https://mcp.apideck.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

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 · remote - your agent's requests go to mcp.apideck.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @apideck/mcp - the @apideck scope differs from the repo owner (apideck-libraries); confirm it's the project's official package

registry vendor namespace com.apideck - domain-verified with the official MCP registry

03 · What Apideck Libraries MCP Server can do

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

What you can build

An agent gets 1 documented tool, including apideck-month-end-close-check.

The 1 tools it gives your agent

Extracted from the project's README - what mcp lets an agent do.

apideck-month-end-close-check
- Fans out aged-creditors, aged-debtors, balance-sheet, and P&L in parallel. Returns a partial result when some reports aren't supported by the connector.

Latest releases

v0.19.0 · 2026-08-10

v0.18.1 · 2026-08-02

v0.18.0 · 2026-07-27

04 · Who maintains Apideck Libraries MCP Server

mcp is maintained by apideck-libraries. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #81 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-08-10)
registry
com.apideck/mcp (active, first published 2026-04-22 · 2 versions)
packages
npm:@apideck/mcp

06 · Apideck Libraries MCP Server FAQ

What is Apideck Libraries MCP Server?

Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent to 200+ connectors - accounting systems, HRIS platforms, CRM, file storage, and more - through one integration.

Is Apideck Libraries MCP Server still maintained?

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

How do I install Apideck Libraries MCP Server?

Run `npx -y @apideck/mcp`. The README documents 3 environment variables (APIDECK_API_KEY, APIDECK_CONSUMER_ID, APIDECK_APP_ID) to set first. Set APIDECK_API_KEY, APIDECK_APP_ID before connecting. APIDECK_CONSUMER_ID is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Apideck Libraries MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Apideck Libraries MCP Server