npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

odoo-mcp

v1.2.0

Published

MCP server for Odoo ERP integration

Readme

Odoo MCP Server

CI npm

Odoo 14 Odoo 15 Odoo 16 Odoo 17 Odoo 18 Odoo 19

Talk to your Odoo ERP in plain English.

An MCP server that connects Claude to your Odoo instance. Query data, create records, and build reusable workflows—all through natural conversation.

"Draft invoices for all outstanding timesheets for Acme Inc"

No API syntax. No field lookups. No hunting through models. Just describe what you need.

Why This Matters

Before: Writing Python scripts, memorizing execute_kw syntax, hunting through Odoo's 500+ models for the right field names.

After: Describe what you need. Claude figures out the rest.

But the real power is natural language SOPs. When you complete a complex task—reconciling invoices, importing products, generating reports—save it as a procedure. Next time, anyone on your team just says "run the monthly-sales-report SOP" and it happens. Same steps, every time. Knowledge that doesn't walk out the door.

Quick Start

Add to your project's .mcp.json:

{
  "mcpServers": {
    "odoo": {
      "command": "npx",
      "args": ["odoo-mcp"],
      "env": {
        "ODOO_URL": "https://your-instance.odoo.com",
        "ODOO_DB": "your_database",
        "ODOO_USERNAME": "your_username",
        "ODOO_PASSWORD": "your_api_key"
      }
    }
  }
}

Start Claude Code. You're connected.

Documentation

User Guide — Complete guide including:

  • The power of natural language SOPs
  • Configuration options
  • Building your SOP library
  • Troubleshooting

Example SOPs — Ready-to-use templates to get you started.

What You Can Do

  • Query anything — Partners, invoices, products, stock levels, any of Odoo's 500+ models
  • Create and update records — Invoices, orders, contacts, journal entries
  • Bulk operations — Import data with batching and error handling
  • Save procedures — Capture complex workflows as reusable SOPs
  • Share knowledge — Commit .odoo-mcp/ to git, team learns instantly

Requirements

  • Odoo 14+ with XML-RPC enabled (default)
  • API key (Custom plans only—not available on One App Free or Standard)
  • Node.js 18+

Tested Versions

| Odoo Version | Status | Notes | |--------------|--------|-------| | 19 | ✅ Tested | Latest version (2025), full support | | 18 | ✅ Tested | Full support | | 17 | ✅ Tested | Full support | | 16 | ✅ Tested | Full support | | 15 | ✅ Tested | Full support | | 14 | ✅ Tested | Full support |

All 99 integration tests run against each version in CI.

Links

License

MIT