MCP.so
ログイン

MCP-Odoo

@yourtechtribe

MCP-Odoo について

Model Context Protocol (MCP) server for Odoo integration for finance, allowing AI agents to access and manipulate Odoo data through a standardized interface.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

yourtechtribe

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "model-context-protocol-mcp-odoo": {
      "command": "python",
      "args": [
        "-m",
        "mcp_odoo_public"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP-Odoo?

MCP-Odoo is a Model Context Protocol (MCP) server that bridges Odoo ERP systems with AI agents, enabling standardized access to Odoo data. It allows AI systems to access partner information, view accounting data (invoices and payments), perform financial reconciliation, and query vendor bills and customer invoices.

How to use MCP-Odoo?

Clone the repository, install dependencies via pip install -r requirements.txt, configure a .env file with Odoo connection details (URL, database, username, password), and start the server with python -m mcp_odoo_public (SSE transport) or python -m mcp_odoo_public --transport stdio for local agent integration.

Key features of MCP-Odoo

  • Easy integration with Odoo instances
  • Standard MCP interface for AI agent compatibility
  • Rich accounting data access
  • Secure authentication with Odoo

Use cases of MCP-Odoo

  • An AI agent retrieves partner contact information from Odoo
  • An AI agent analyzes and reconciles financial records
  • An AI agent queries vendor bills and customer invoices
  • An AI agent views and processes accounting data on demand

FAQ from MCP-Odoo

What Odoo data can AI agents access?

Partners, invoices, payments, financial records for reconciliation, vendor bills, and customer invoices.

How do I configure the connection to my Odoo instance?

Set the ODOO_URL, ODOO_DB, ODOO_USERNAME, and ODOO_PASSWORD environment variables in a .env file.

How do I start the MCP server?

Run python -m mcp_odoo_public for SSE transport, or add --transport stdio for local agent integration.

Are there different transport options?

Yes, SSE (default) and stdio. Use stdio when integrating the server directly with an AI agent on the same machine.

Who maintains this project?

Albert Gil López ([email protected]). The project is licensed under the MIT License.

コメント

「その他」の他のコンテンツ