No install? Use cloud.anythingmcp.com directly.
Sign in, install the SAP Concur in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
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.
前提条件
完整的设置说明已内置在连接器中 (在 store 中选择连接器时可见)。所需环境变量:
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 — 安装 adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
步骤 3 — 在 Cursor 中添加连接器
Cursor 从 ~/.cursor/mcp.json 读取 MCP 服务器。添加以下条目:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- 从 AnythingMCP 获取你的 MCP API key: Profile → MCP API Keys → New Key。
- 保存文件并重启 Cursor。
- 打开 Cursor → Settings → MCP 确认
SAP Concur已列出且为 "Connected" 状态。 - 开始对话 — 所有
SAP Concur工具均可调用。
可用工具
| 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
Cursor 免费套餐支持自定义 MCP 服务器吗? 是的 — Hobby、Pro 和 Business 套餐均可用。
下一步
这份指南对您有帮助吗?