Skip to main content
Glama

Accessibility MCP Server

by jbuchan
package.json•1.05 kB
{ "name": "accessibility-mcp-server", "version": "1.0.0", "type": "module", "main": "dist/server/index.js", "scripts": { "build": "tsc", "start": "node dist/server/index.js", "dev": "nodemon --exec node --loader ts-node/esm src/server/index.ts", "test": "jest" }, "keywords": [ "accessibility", "mcp", "playwright", "axe-core", "wcag" ], "author": "Jim Buchan", "license": "MIT", "description": "MCP server for accessibility testing using Playwright and axe-core", "devDependencies": { "@types/express": "^5.0.3", "@types/jest": "^30.0.0", "@types/node": "^24.5.2", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", "nodemon": "^3.1.10", "ts-jest": "^29.4.4", "ts-node": "^10.9.2", "typescript": "^5.9.2" }, "dependencies": { "@axe-core/playwright": "^4.10.2", "@modelcontextprotocol/sdk": "^1.18.2", "@types/uuid": "^11.0.0", "axe-core": "^4.10.3", "express": "^5.1.0", "playwright": "^1.55.1", "uuid": "^13.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbuchan/accessibility-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server