We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/emzimmer/server-wp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
package.json•605 B
{
"name": "server-wp-mcp",
"version": "1.0.0",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "node dist/index.js"
},
"keywords": ["modelcontextprotocol", "mcp", "server", "ai", "claude", "wordpress", "wp"],
"author": "mzimmer",
"license": "MIT",
"description": "The WordPress MCP server enables AI assistants to interact with WordPress sites through a standardized interface. It handles authentication and provides a secure way to discover and interact with WordPress REST API endpoints.",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.9"
}
}