CursorPool
← 返回首页

Apideck MCP

Unified MCP server for the Apideck Unified API. Connect any MCP-compatible agent framework to 200+ connectors — Accounting systems, ERP HRIS platforms, file storage providers, and more — through one integration.

cursor.directory·0
MCP

apideck

Remote - Apideck MCP server

{
  "type": "http",
  "url": "https://mcp.apideck.dev/mcp",
  "headers": {
    "x-apideck-api-key": "${APIDECK_API_KEY}",
    "x-apideck-app-id": "${APIDECK_APP_ID}",
    "x-apideck-consumer-id": "${APIDECK_CONSUMER_ID}"
  }
}
MCP

apideck-stdio

stdio - Apideck MCP server

{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@apideck/mcp"
  ],
  "env": {
    "APIDECK_API_KEY": "${APIDECK_API_KEY}",
    "APIDECK_APP_ID": "${APIDECK_APP_ID}",
    "APIDECK_CONSUMER_ID": "${APIDECK_CONSUMER_ID}"
  }
}

来源:https://github.com/apideck-libraries/mcp