Connector guide2-minute readEnglish · Deutsch · Italiano

Как подключить SAP Concur к Cursor — через MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the connector in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → SAP Concur, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

SAP Concur + Cursor

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

CONCUR_REGION, CONCUR_CLIENT_ID, CONCUR_CLIENT_SECRET, CONCUR_REFRESH_TOKEN

Шаг 1 — Получите учётные данные

Setup:

  1. Sign up on https://developer.concur.com and create a Company Sandbox.
  2. Register a new app in the My Apps page → request scopes EXPRPT, USER, LIST (and optionally TRVPRO for travel).
  3. Concur emails you a Client ID + Client Secret. Generate a Refresh Token via the Password Grant — needed once.
  4. Decide your region: us (https://us.api.concursolutions.com) or eu (https://eu.api.concursolutions.com).
  5. Set the four env vars below.

Authentication: OAuth2 refresh-token grant. The adapter auto-refreshes the access token before expiry.

Rate limits: 25 requests/sec per refresh token (defaults). Bulk export endpoints have stricter quotas.

Шаг 2 — Установите адаптер

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Шаг 3 — Добавьте коннектор в Cursor

Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите Cursor.
  3. Откройте Cursor → Settings → MCP и убедитесь, что SAP Concur отображается как "Connected".
  4. Начинайте чат — все инструменты SAP Concur доступны.

Доступные инструменты

ToolWhat it does
concur_list_reportsList expense reports for the connected company
concur_get_reportGet the full detail of one expense report by its ID
concur_list_report_entriesList the individual expense entries (line items) inside a given report
concur_submit_reportSubmit an expense report for approval
concur_workflow_actionApprove, send-back or reject a submitted expense report
concur_list_attendeesList meeting/expense attendees registered in the company directory
concur_list_locationsList travel/expense locations (cities, regions) available to your tenant
concur_list_usersList user accounts in the connected Concur tenant
concur_get_userGet one user profile by its Concur user ID
concur_list_itinerariesList travel itineraries (Concur Travel)

FAQ

Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.

Следующие шаги

Это руководство помогло?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

Похожие руководства

SC
connectors

Как подключить SAP Concur к ChatGPT — через MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

SC
connectors

Как подключить SAP Concur к Claude — через MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

SC
connectors

Как подключить SAP Concur к Gemini — через MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

SC
connectors

SAP Concur в MCP — управляйте SAP Concur из любого AI-агента

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

SB
connectors

Как подключить SAP Business One к Cursor — через MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SS
connectors

Как подключить SAP S/4HANA Cloud к Cursor — через MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.