An MCP server that handles agentic requests for Anka macOS VMs either from the Anka Build Cloud Controller or locally
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"anka-mcp": {
"command": "npx",
"args": [
"-y",
"veertuinc/anka-mcp"
]
}
}
}
Run in terminal:
claude mcp add anka-mcp npx -y veertuinc/anka-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"anka-mcp": {
"command": "npx",
"args": [
"-y",
"veertuinc/anka-mcp"
]
}
}
}