Apideck Unified API MCP — tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
https://mcp.apideck.dev/mcpnpx -y @apideck/mcp{
"APIDECK_API_KEY": "YOUR_SECRET_VALUE",
"APIDECK_APP_ID": "YOUR_VALUE_HERE",
"APIDECK_CONSUMER_ID": "YOUR_VALUE_HERE"
}Headers: x-apideck-api-key, x-apideck-app-id, x-apideck-consumer-id
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"com-apideck-mcp": {
"command": "npx",
"args": [
"-y",
"@apideck/mcp"
],
"env": {
"APIDECK_API_KEY": "YOUR_SECRET_VALUE",
"APIDECK_APP_ID": "YOUR_VALUE_HERE",
"APIDECK_CONSUMER_ID": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Paste an API key, bearer token, or session value from the provider. It is used once to list inventory and discarded after the request.
Your Apideck API key.
Your Apideck application ID.
The end-user/customer ID whose Vault connections should be used.
mcp is an MCP server for Apideck Unified API MCP — tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).. It supports STDIO, HTTP transport.
Use the generated config in Install. This server runs with npx -y @apideck/mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install, copy the config, and add it to Claude Desktop's MCP server settings. Endpoint: https://mcp.apideck.dev/mcp.
Choose the Claude Code tab in Install, copy the config, and add it to Claude Code's MCP server settings. Endpoint: https://mcp.apideck.dev/mcp.
Choose the Codex tab in Install, copy the config, and add it to Codex's MCP server settings. Endpoint: https://mcp.apideck.dev/mcp.
Choose the Cursor or VS Code tab in Install, copy the config, and add it to Cursor or VS Code's MCP server settings. Endpoint: https://mcp.apideck.dev/mcp.
mcp uses STDIO, HTTP transport. Endpoint: https://mcp.apideck.dev/mcp.
mcp inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
mcp is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@apideck/mcpstdio | npm | 0.1.13 | Env: APIDECK_API_KEY required secret Env: APIDECK_APP_ID required Env: APIDECK_CONSUMER_ID required |