remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Offers direct Node.js execution capabilities for the MCP server, with configuration options for connecting the XPath functionality to Node.js environments.
Enables execution of XPath queries on XML content, allowing content extraction and transformation from XML documents with support for various MIME types including text/xml and application/xml.
XPath MCP サーバー
XML コンテンツに対して XPath クエリを実行するための MCP サーバー。
ツール
xpath
- XPath式を使用してXMLコンテンツをクエリする
- 入力:
xml
(文字列): クエリするXMLコンテンツquery
(文字列): 実行するXPathクエリmimeType
(オプション、文字列): MIME タイプ (例: text/xml、application/xml、text/html、application/xhtml+xml)
- 戻り値: XPathクエリの結果を文字列として返します
xpathwithurl
- URL からコンテンツを取得し、XPath 式を使用してクエリを実行します。
- 入力:
url
(文字列): XML/HTMLコンテンツを取得するURLquery
(文字列): 実行するXPathクエリmimeType
(オプション、文字列): MIME タイプ (例: text/xml、application/xml、text/html、application/xhtml+xml)
- 戻り値: XPathクエリの結果を文字列として返します
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の mcp-xpath を自動的にインストールするには:
設定
Claude Desktopでの使用
claude_desktop_config.json
に以下を追加します。
npx
直接Node.js
/path/to/mcp-xpath
リポジトリへの実際のパスに置き換えます。
例
XMLコンテンツのクエリ
HTMLコンテンツのクエリ
クエリURLコンテンツ
発達
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
This server cannot be installed
XMLコンテンツに対してXPathクエリを実行するためのMCPサーバー