Easy Digital Downloads for Cursor
io.github.verygoodplugins/mcp-edd
MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics
client:Cursor
transport:stdio
runtime:npm
Install Easy Digital Downloads in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-edd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-edd"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs