Servidor MCP diseñado para compartir información profesional estructurada con LLMs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"website-mcp-server": {
"command": "npx",
"args": [
"-y",
"anthuanvasquez/website-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add website-mcp-server npx -y anthuanvasquez/website-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"website-mcp-server": {
"command": "npx",
"args": [
"-y",
"anthuanvasquez/website-mcp-server"
]
}
}
}