Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the SAP Concur in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
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.
Попробуй спросить
Примеры промптов для SAP Concur
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используй cloud.anythingmcp.com напрямую. Войди, нажми Connectors → SAP Concur, вставь учётные данные, создай MCP API key — готово. Без Docker, без
git clone, без локального сервера.
SAP Concur + Claude
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:
- Sign up on https://developer.concur.com and create a Company Sandbox.
- Register a new app in the My Apps page → request scopes
EXPRPT,USER,LIST(and optionallyTRVPROfor travel). - Concur emails you a
Client ID+Client Secret. Generate aRefresh Tokenvia the Password Grant — needed once. - Decide your region:
us(https://us.api.concursolutions.com) oreu(https://eu.api.concursolutions.com). - 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 — Добавь коннектор в Claude
Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.
- Открой claude.ai/customize/connectors.
- Нажми "Add custom connector".
- Заполни:
- Name:
SAP Concur - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставь твой MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Нажми Connect для авторизации.
Все инструменты ниже появятся в чате — начинайте писать промпты.
Доступные инструменты
| Tool | What it does |
|---|---|
concur_list_reports | List expense reports for the connected company |
concur_get_report | Get the full detail of one expense report by its ID |
concur_list_report_entries | List the individual expense entries (line items) inside a given report |
concur_submit_report | Submit an expense report for approval |
concur_workflow_action | Approve, send-back or reject a submitted expense report |
concur_list_attendees | List meeting/expense attendees registered in the company directory |
concur_list_locations | List travel/expense locations (cities, regions) available to your tenant |
concur_list_users | List user accounts in the connected Concur tenant |
concur_get_user | Get one user profile by its Concur user ID |
concur_list_itineraries | List travel itineraries (Concur Travel) |
FAQ
Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.
Следующие шаги
Это руководство помогло?