Go SDK for AI2Web: manifest builder, validator and server so AI agents can discover and act on your site via MCP, ACP & AP2.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai2web-go": {
"command": "go",
"args": [
"run",
"github.com/ai2web-foundation/ai2web-go@latest"
]
}
}
}
Run in terminal:
claude mcp add ai2web-go go run github.com/ai2web-foundation/ai2web-go@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai2web-go": {
"command": "go",
"args": [
"run",
"github.com/ai2web-foundation/ai2web-go@latest"
]
}
}
}