In this demo I connect to the AAP MCP server that is in tech preview in AAP 2.6. I then use Cursor to connect to the MCP server and show how it work.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aap_mcp_server_demo": {
"command": "npx",
"args": [
"-y",
"froberge/aap_mcp_server_demo"
]
}
}
}
Run in terminal:
claude mcp add aap_mcp_server_demo npx -y froberge/aap_mcp_server_demo
Add to .cursor/mcp.json:
{
"mcpServers": {
"aap_mcp_server_demo": {
"command": "npx",
"args": [
"-y",
"froberge/aap_mcp_server_demo"
]
}
}
}