★ 0 stars
TypeScript
📦 Other
Updated 7d ago
The AI-native site manager — content, SEO, performance, deploy — from a conversation. No CMS needed.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"site-manager-mcp-ser": {
"command": "npx",
"args": [
"-y",
"GeorgesAdSim/site-manager-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add site-manager-mcp-ser npx -y GeorgesAdSim/site-manager-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"site-manager-mcp-ser": {
"command": "npx",
"args": [
"-y",
"GeorgesAdSim/site-manager-mcp-server"
]
}
}
}