odoo surface mcp for Cursor
io.github.solutionsunity/odoo-surface-mcp
Full Odoo access for AI agents via MCP: CRUD, website, translations, attachments, workflows.
client:Cursor
transport:stdio
runtime:npm
Install odoo surface mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"odoo-surface-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@suco/odoo-surface-mcp"
],
"env": {
"ODOO_URL": "<ODOO_URL>",
"ODOO_DB": "<ODOO_DB>",
"ODOO_USERNAME": "<ODOO_USERNAME>",
"ODOO_PASSWORD": "<ODOO_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs