Anju.ai is a no-code tool for creating fast and scalable MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"anju": {
"command": "npx",
"args": [
"-y",
"MontoyaAndres/anju"
]
}
}
}
Run in terminal:
claude mcp add anju npx -y MontoyaAndres/anju
Add to .cursor/mcp.json:
{
"mcpServers": {
"anju": {
"command": "npx",
"args": [
"-y",
"MontoyaAndres/anju"
]
}
}
}