Skip to main content
Glama

MCP-Odoo

Odoo 統合用のモデル コンテキスト プロトコル サーバー。AI エージェントが標準化されたインターフェースを介して Odoo データにアクセスし、操作できるようにします。

概要

MCP-Odooは、モデルコンテキストプロトコル(MCP)を使用して、Odoo ERPシステムとAIエージェント間のブリッジを提供します。これにより、AIシステムは以下が可能になります。

  • パートナー情報にアクセスする

  • 請求書や支払いなどの会計データを表示および分析します

  • 財務記録の照合を実行する

  • ベンダー請求書と顧客請求書の照会

Related MCP server: Odoo MCP Improved

特徴

  • 🔌 Odooインスタンスとの簡単な統合

  • 🤖 AIエージェントの互換性のための標準MCPインターフェース

  • 📊 豊富な会計データへのアクセス

  • 🔒 Odoo による安全な認証

インストール

# Clone the repository
git clone https://github.com/yourtechtribe/model-context-protocol-mcp-odoo.git
cd model-context-protocol-mcp-odoo

# Install dependencies
pip install -r requirements.txt

構成

次の変数を含む.envファイルをプロジェクト ルートに作成します。

ODOO_URL=https://your-odoo-instance.com
ODOO_DB=your_database
ODOO_USERNAME=your_username
ODOO_PASSWORD=your_password
HOST=0.0.0.0
PORT=8080

使用法

MCP サーバーを起動します。

# Using the SSE transport (default)
python -m mcp_odoo_public

# Using stdio for local agent integration
python -m mcp_odoo_public --transport stdio

ドキュメント

包括的なドキュメントはdocs/ディレクトリにあります。

発達

プロジェクト構造

  • mcp_odoo_public/ : メインパッケージ

    • odoo/ : Odooクライアントと関連モジュール

    • resources/ : MCP リソース定義 (ツールとスキーマ)

    • server.py : MCP サーバーの実装

    • config.py : 構成管理

    • mcp_instance.py : FastMCPインスタンス定義

新しいリソースの追加

リソースは、MCPを通じてAIエージェントに公開される機能を定義します。新しいリソースを追加するには、以下の手順に従います。

  1. resources/ディレクトリに新しいファイルを作成する

  2. @mcp.tool()デコレータを使用してリソースを定義します。

  3. resources/__init__.pyにリソースをインポートします。

詳細な手順については、実装ガイドを参照してください。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。

著者

アルバート・ギル・ロペス

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An implementation that integrates with Odoo ERP systems, enabling AI assistants to interact with Odoo data and functionality through the Model Context Protocol.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive implementation of the Model Context Protocol for Odoo ERP systems that enables AI assistants to interact directly with business data across sales, purchases, inventory, and accounting modules.
    48
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI assistants to interact with Odoo ERP systems, providing comprehensive tools for searching, creating, updating, and managing Odoo records through a standardized interface.
    24
    GPL 3.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that bridges Odoo ERP systems with AI agents, enabling them to access and manipulate partner information, accounting data, invoices, and perform financial reconciliation through a standardized interface.
    MIT

View all related MCP servers

Related MCP Connectors

  • Odoo ERP for AI agents: hosted OAuth endpoint, gated writes, one endpoint for every instance.

  • Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).

  • AI agents for bookkeeping, reconciliation, and financial close for SMBs.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yourtechtribe/mcp-odoo-for-finance'

If you have feedback or need assistance with the MCP directory API, please join our Discord server