.NET SDK for AI2Web: manifest builder, validator and server bringing MCP / ACP / AP2 agentic capabilities to any .NET site.
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-dotnet": {
"command": "npx",
"args": [
"-y",
"ai2web-foundation/ai2web-dotnet"
]
}
}
}
Run in terminal:
claude mcp add ai2web-dotnet npx -y ai2web-foundation/ai2web-dotnet
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai2web-dotnet": {
"command": "npx",
"args": [
"-y",
"ai2web-foundation/ai2web-dotnet"
]
}
}
}