SaaSus Docs MCP Server
SaaSus Docs MCP Serverは、Model Context Protocol (MCP) サーバーとして動作し、SaaSus Platformのドキュメント検索機能をClaude DesktopやCursorなどのMCP互換クライアントから利用できるようにします。
前提条件
- Node.js(v22推奨)
- npm(Nodeに含まれています)
インストール
1. リポジトリのクローン
以下のコマンドでプロジェクトをクローンしてください。
2. 依存関係のインストールとビルド
プロジェクトのルートディレクトリで以下のコマンドを実行してください。
ビルドが完了すると、ルートディレクトリにserver.js
ファイルが生成されます。
提供される機能
このMCPサーバーは以下のツールを提供します:
- saasus-docs-search-urls: SaaSus Platformドキュメント内を検索し、関連記事のURLを取得
- saasus-docs-get-content: 指定されたURLのSaaSus Platformドキュメント記事の完全なコンテンツを取得
- saasus-docs-sitemap: SaaSus PlatformドキュメントのサイトマップからすべてのページのURL一覧を取得
設定前の準備
パスの確認
設定を行う前に、以下のコマンドで必要なパスを確認してください。
nodeのパスを確認:
server.js
のパスを確認:
Claude Desktopでの設定
Claude Desktopを開き、「設定」→「開発者」→「構成を編集」からサーバー設定を追加してください。
設定後、Claude Desktopを再起動してください。
Claude Code (CLI) での設定
Claude CodeのCLIを使用して、以下のコマンドでMCPサーバーを登録できます。
Cursorでの設定
1. 設定画面の表示
Cursorの設定を開き、「MCP」セクションに移動してください。
2. サーバー設定の追加
以下の設定を追加してください。
使用例
このMCPサーバーを使用することで、Claude DesktopやCursorから直接SaaSus Platformのドキュメントを検索・取得できます。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables searching and retrieving documentation content from SaaSus Platform through MCP-compatible clients like Claude Desktop and Cursor. Provides tools to search for relevant articles, get full content from specific URLs, and access the complete sitemap of SaaSus documentation.
Related MCP Servers
- -securityFlicense-qualityAn MCP server that provides AI tools with access to Rust documentation from docs.rs, enabling search for crates, documentation, type information, feature flags, version information, and source code.Last updated -23TypeScript
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -Python
- -securityFlicense-qualityAn MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.Last updated -1Python
- -securityFlicense-qualityAn MCP server that enables Claude to generate, search, and manage documentation for codebases using vector embeddings and semantic search, providing tools for creating user guides, technical documentation, code explanations, and architectural diagrams.Last updated -4TypeScript