mcp ap2 for Cursor
io.github.codespar/mcp-ap2
MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)
client:Cursor
transport:stdio
runtime:npm
Install mcp ap2 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-ap2": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-ap2"
],
"env": {
"AP2_API_KEY": "<AP2_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs