Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
XPath MCP Server
by
JayArrowz
Verified
npm
GitHub
Browser Automation
JavaScript
MIT License
212
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-xpath
Dockerfile
.gitattributes
.gitignore
index.ts
jest.config.js
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "node", "esModuleInterop": true, "outDir": "./dist", "rootDir": ".", "strict": true, "declaration": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true }, "include": [ "./**/*.ts" ], "exclude": [ "node_modules", "**/*.test.ts" ] }