mcp-server-odoo

mcp-server-odoo

Enables interaction with Odoo ERP through MCP, including an additional sql_query tool for custom queries.

Category
Visit Server

README

mcp-server-odoo (KLC fork)

一個把 Odoo ERP 接進 Claude 等 MCP 用戶端的 MCP server。

本 repo 是 ivnvxd/mcp-server-odoo 的 fork,額外加入 sql_query 工具等客製。授權沿用上游的 MPL-2.0


安裝與連線(Claude Code,一行)

不需要 clone、不需要開終端機——在 Claude Code 直接執行:

claude mcp add -s user \
  -e ODOO_URL=https://你的網址.odoo.com \
  -e ODOO_DB=你的資料庫名 \
  -e ODOO_API_KEY=你的金鑰 \
  odoo -- uvx --from git+https://github.com/futurecorptw/mcp-server-odoo mcp-server-odoo

uvx 會直接從本 repo 抓原始碼、建好環境並執行,不必先發佈到 PyPI。

想鎖定版本可在網址後面加 @ 加 tag 或 commit,例如 git+https://github.com/futurecorptw/mcp-server-odoo@v0.3.1

Claude Desktop

把對應設定放進 claude_desktop_config.json

{
  "mcpServers": {
    "odoo": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/futurecorptw/mcp-server-odoo", "mcp-server-odoo"],
      "env": {
        "ODOO_URL": "https://你的網址.odoo.com",
        "ODOO_DB": "你的資料庫名",
        "ODOO_API_KEY": "你的金鑰"
      }
    }
  }
}

環境變數

變數 說明
ODOO_URL Odoo 網址,例:https://your-company.odoo.com
ODOO_DB 資料庫名稱
ODOO_API_KEY 個人的 Odoo API 金鑰(依你自己的權限運作,勿共用)

需要 Odoo 端已安裝「Odoo MCP Server」模組並開放要存取的 model。


前提

  • 已安裝 uv(提供 uvx):
    • macOS / Linux:curl -LsSf https://astral.sh/uv/install.sh | sh
    • Windows:irm https://astral.sh/uv/install.ps1 | iex
  • Python 3.10+

授權與致謝

  • 授權:Mozilla Public License 2.0(MPL-2.0),見 LICENSE
  • 原始專案:ivnvxd/mcp-server-odoo, 著作權歸原作者所有;本 fork 依 MPL-2.0 條款釋出修改版本。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured