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를 자동으로 설치하려면:
지엑스피1
설정
Claude Desktop과 함께 사용
claude_desktop_config.json
에 다음을 추가하세요.
엔피엑스
직접 Node.js
/path/to/mcp-xpath
저장소의 실제 경로로 바꾸세요.
예시
XML 콘텐츠 쿼리
HTML 콘텐츠 쿼리
쿼리 URL 콘텐츠
개발
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
This server cannot be installed
XML 콘텐츠에 대한 XPath 쿼리를 실행하기 위한 MCP 서버