fiori mcp server for Cline
io.github.sap/fiori-mcp-server
SAP Fiori - Model Context Protocol (MCP) server
client:Cline
transport:stdio
runtime:npm
Install fiori mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"fiori-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sap-ux/fiori-mcp-server"
],
"env": {
"LOG_LEVEL": "<LOG_LEVEL>",
"SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY": "<SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs