general MCP Server
Model Context Protocol (MCP) server that enables AI assistants to securely interact with Odoo ERP systems through standardized resources and tools for data retrieval and manipulation.
Discovered via unknown and last synced 3mo ago.
1. Install the package
uvx mcp-server-odoo
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-server-odoo": {
"command": "npx",
"args": [
"mcp-server-odoo"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
field list: Returns only those specific fields
`fields` or set to `null`: Returns smart selection of common fields
`["__all__"]`: Returns all fields (use with caution)
empty list `[]` is treated like `null` (smart defaults)