Provides offline access to SAP documentation and real-time SAP Community content, including SAPUI5, CAP, OpenUI5 APIs and samples, and wdi5 E2E test framework documentation. Enables searching across official documentation and community posts, retrieving specific resources, and accessing high-quality community solutions.
SAP Documentation MCP Server
A comprehensive Model Context Protocol (MCP) server providing offline access to SAP documentation AND real-time SAP Community content. This server integrates official documentation with community-driven solutions, giving developers access to both authoritative documentation and practical, real-world insights from the SAP Community.
Features
- 🔍 Dual Search System:
sap_docs_search
: Search official SAP documentation, APIs, sample code, and wdi5 docssap_community_search
: Search real-time SAP Community content
- 📚 Comprehensive Coverage: 1,485+ SAPUI5 files, 195+ CAP files, 500+ OpenUI5 APIs, 2,000+ sample files, wdi5 E2E test framework docs, PLUS real-time community content
- 🌐 SAP Community Integration: Dedicated tool for searching high-quality community blog posts, solutions, and discussions
- 💡 Smart Formatting: Automatic code highlighting, sample categorization, and content formatting
- 🔄 Live Content: Community posts are fetched in real-time with engagement filtering (kudos > 5)
- 🎯 Source-Specific Results: Choose between official documentation or community experiences based on your needs
What's Included
Official Documentation
- SAPUI5 Documentation: Complete developer guide with 1,485+ files
- CAP Documentation: Cloud Application Programming model with 195+ files
- OpenUI5 API Documentation: 500+ control APIs with detailed JSDoc
- OpenUI5 Sample Code: 2,000+ working examples from
demokit/sample
directories - wdi5 Documentation: End-to-end test framework docs from wdi5 (
/wdi5
)
Community Content
- Blog Posts: Technical tutorials and deep-dives from SAP Community
- Solutions: Real-world answers to common development problems
- Best Practices: Community-tested approaches and patterns
- Code Examples: Practical implementations shared by developers
- High-Quality Filter: Only posts with kudos > 5 for quality assurance
Setup
- Clone and install dependencies:
- Download and prepare documentation sources:
- Build the search index:
- Build the server:
Configuration
Add to your Cursor settings.json
:
Available Libraries
/sapui5
- SAPUI5 Developer Documentation (1,485 files)/cap
- CAP Documentation (195 files)/openui5-api
- OpenUI5 Control APIs (500+ controls)/openui5-samples
- OpenUI5 Sample Code (2,000+ examples)/wdi5
- wdi5 End-to-End Test Framework Documentation/community
- SAP Community Posts (real-time)
Usage Examples
Search Official Documentation
Returns: wdi5 documentation about configuration, setup, and usage.
Get wdi5 Documentation
Returns: wdi5 documentation overview
Search for wdi5 Topics
Returns: wdi5 CLI documentation and related guides
Search SAP Community
Returns: Recent community posts, blog articles, and discussions about wdi5 best practices.
Get Specific Documentation
Returns: SAPUI5 documentation overview
Get Community Insights
Returns: Full content of a specific community post with metadata
Find Sample Implementations
Returns:
- Official button documentation
- Sample button implementations with JS controllers
- XML view examples
Test Cases
1. Official Documentation Search
Tool: sap_docs_search
Query: "wdi5"
Expected Results:
- wdi5 documentation overview
- wdi5 guides and API references
- wdi5 usage and configuration examples
2. Community Content Search
Tool: sap_community_search
Query: "wdi5"
Expected Results:
- Community blog posts about wdi5
- Real developer solutions and code examples
- Discussion threads about wdi5 best practices
3. Sample Code Discovery
Tool: sap_docs_search
Query: "data binding"
Expected Results:
- Official data binding documentation
- Working sample code with models and binding
- Practical examples from sample implementations
4. Community Best Practices
Tool: sap_community_search
Query: "authentication best practices"
Expected Results:
- Community blog posts about auth implementation
- Real developer solutions and code examples
- Discussion threads about common auth issues
Project Statistics
- Total Files: 4,180+ documentation files + real-time community content
- SAPUI5 Docs: 1,485 markdown files
- CAP Docs: 195 markdown files
- OpenUI5 APIs: 500+ JavaScript control definitions
- Sample Code: 2,000+ implementation examples
- Community Posts: Real-time access to filtered, high-quality content
- Total Search Index: Dynamic, combining offline docs with live community data
Community Integration Details
The SAP Community integration uses the official SAP Community API to fetch:
- Blog posts from SAPUI5 and CAP product areas
- High-engagement content (posts with kudos > 5)
- Recent discussions ordered by post time
- Full post content including code examples and solutions
Community content is fetched in real-time, ensuring you always get the latest insights and solutions from the SAP developer community.
Architecture
This MCP server uses Resources instead of Tools, allowing Cursor to:
- Browse available documentation libraries
- Search across all content types simultaneously
- Access specific documents and community posts
- Get real-time community insights alongside official docs
- Retrieve sample code with proper formatting and context
The server intelligently combines offline documentation with live community content, providing a comprehensive knowledge base for SAP development.
Development
- Build:
npm run build
- Build Index:
npm run build-index
- Type Check:
npm run type-check
The build process creates optimized search indices for fast offline access while maintaining real-time connectivity to the SAP Community API for the latest community content.
This MCP server bridges the gap between official SAP documentation, wdi5 E2E test framework docs, and real-world developer knowledge, providing comprehensive support for SAP development with both authoritative sources and community wisdom.
You must be authenticated.
Provides offline access to SAP documentation and real-time SAP Community content, integrating official documentation with community-driven solutions for comprehensive developer support.
Related MCP Servers
- -securityAlicense-qualityServes as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.Last updated -48752TypeScriptMIT License
- -securityAlicense-qualityProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.Last updated -62TypeScriptMIT License
- -securityFlicense-qualityEnables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.Last updated -Python