Apideck MCP
Rank #4,807com.apideck/mcp
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
Apideck MCP is a Model Context Protocol (MCP) server published by apideck-libraries. It ranks #4,807 of 115,591 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Apideck MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Apr 4, 2026 and most recently updated on Apr 25, 2026.
Ranks ahead of 110,784 of 115,591 servers on MCP Toplist.
Use Apideck MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http apideck https://mcp.apideck.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add apideck -e "APIDECK_API_KEY=<your APIDECK_API_KEY>" -e "APIDECK_APP_ID=<your APIDECK_APP_ID>" -e "APIDECK_CONSUMER_ID=<your APIDECK_CONSUMER_ID>" -- npx -y @apideck/mcpReplace each placeholder with your own value before saving.
[mcp_servers.apideck]
url = "https://mcp.apideck.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.apideck]
command = "npx"
args = ["-y", "@apideck/mcp"]
[mcp_servers.apideck.env]
APIDECK_API_KEY = "<your APIDECK_API_KEY>"
APIDECK_APP_ID = "<your APIDECK_APP_ID>"
APIDECK_CONSUMER_ID = "<your APIDECK_CONSUMER_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.apideck.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"apideck": {
"command": "npx",
"args": [
"-y",
"@apideck/mcp"
],
"env": {
"APIDECK_API_KEY": "<your APIDECK_API_KEY>",
"APIDECK_APP_ID": "<your APIDECK_APP_ID>",
"APIDECK_CONSUMER_ID": "<your APIDECK_CONSUMER_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apideck": {
"url": "https://mcp.apideck.dev/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": {
"apideck": {
"command": "npx",
"args": [
"-y",
"@apideck/mcp"
],
"env": {
"APIDECK_API_KEY": "<your APIDECK_API_KEY>",
"APIDECK_APP_ID": "<your APIDECK_APP_ID>",
"APIDECK_CONSUMER_ID": "<your APIDECK_CONSUMER_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"apideck": {
"type": "http",
"url": "https://mcp.apideck.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"apideck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apideck/mcp"
],
"env": {
"APIDECK_API_KEY": "<your APIDECK_API_KEY>",
"APIDECK_APP_ID": "<your APIDECK_APP_ID>",
"APIDECK_CONSUMER_ID": "<your APIDECK_CONSUMER_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apideck": {
"serverUrl": "https://mcp.apideck.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"apideck": {
"command": "npx",
"args": [
"-y",
"@apideck/mcp"
],
"env": {
"APIDECK_API_KEY": "<your APIDECK_API_KEY>",
"APIDECK_APP_ID": "<your APIDECK_APP_ID>",
"APIDECK_CONSUMER_ID": "<your APIDECK_CONSUMER_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apideck": {
"url": "https://mcp.apideck.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"apideck": {
"command": "npx",
"args": [
"-y",
"@apideck/mcp"
],
"env": {
"APIDECK_API_KEY": "<your APIDECK_API_KEY>",
"APIDECK_APP_ID": "<your APIDECK_APP_ID>",
"APIDECK_CONSUMER_ID": "<your APIDECK_CONSUMER_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
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/com.apideck%2Fmcp)<a href="https://mcptoplist.com/server/com.apideck%2Fmcp"><img src="https://mcptoplist.com/badge/com.apideck%2Fmcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
apideck-libraries
Available versions (2)
| Version | Published |
|---|---|
| 0.1.13 | Apr 25, 2026 |
| 0.1.12 | Apr 22, 2026 |
Frequently asked questions
- Who maintains Apideck MCP?
- Apideck MCP is maintained by apideck-libraries, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Apideck MCP listed on the Official MCP Registry?
- Yes — Apideck MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Apideck MCP have?
- MCP Toplist tracks 2 versions of Apideck MCP, most recently published on Apr 25, 2026.
- Where can I find the source code for Apideck MCP?
- The source code for Apideck MCP is hosted at github.com/apideck-libraries/mcp.