Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Odoo Pulse
  4. vs Reclaim MCP Server
Side-by-Side Model Context Protocol Comparison

Odoo Pulse vs Reclaim MCP Server

In-depth architectural comparison of the Odoo Pulse and Reclaim MCP Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Odoo Pulse
Workplace & Productivity · Local stdio
Quality: 57/100 (Good) | Auth: API Key required
Reclaim MCP Server
Workplace & Productivity · Local stdio
Quality: 59/100 (Good) | Auth: API Key required
Verdict Summary: Choose Odoo Pulse if you need specialized Workplace & Productivity tools running via a local process. Choose Reclaim MCP Server if your workspace requires Workplace & Productivity integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Odoo Pulse logo

Choose Odoo Pulse when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
  • You have access to required keys: ODOO_URL, ODOO_DB, ODOO_USERNAME, ODOO_API_KEY, ODOO_READ_ONLY, ODOO_WRITABLE_MODELS, ODOO_ALLOW_DELETE.
  • Primary tools included: odoo_version, list_models, get_model_fields.
Explore Odoo Pulse Details
Reclaim MCP Server logo

Choose Reclaim MCP Server when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Free / Open Source).
  • You have access to required keys: RECLAIM_API_KEY.

Feature & Specification Comparison

Specification
Odoo Pulse logo
Odoo Pulse
minhhq-a1
Workplace & Productivity
Reclaim MCP Server logo
Reclaim MCP Server
universalamateur
Workplace & Productivity
Summary
Category & ScopeWorkplace & ProductivityWorkplace & Productivity

Tools & Capabilities Breakdown

Odoo Pulse Tools (31)

odoo_version
Check connectivity and return the Odoo server version info.
list_models
List Odoo models (technical name + label). Optionally filter by a case-insensitive substring matched against the model name or label, e.g. 'sale', 'res.partner', 'invoice'.
get_model_fields
Inspect the schema of an Odoo model. Returns each field's label, type, help text, requiredness and relation. Pass `fields` to limit the result to specific field names. Example model: 'res.partner'.
search_read
Query records from an Odoo model. Args: model: Technical model name, e.g. 'sale.order', 'res.partner'. domain: Odoo search domain as a list of triplets, e.g. [["state", "=", "sale"], ["amount_total", ">", 1000]]. Use 'and'/'|' operators as Odoo expects. Defaults to all records. fields: Field names to return. Omit to let Odoo decide (can be large). limit: Max records (capped by ODOO_MAX_RECORDS). offset: Pagination offset. order: Sort spec, e.g. 'date_order desc'.

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Odoo Pulse Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "minhhq-a1-odoo-pulse": {
      "command": "uvx",
      "args": [
        "odoo-pulse"
      ],
      "env": {
        "ODOO_URL": "YOUR_ODOO_URL_HERE",
        "ODOO_DB": "YOUR_ODOO_DB_HERE",
        "ODOO_USERNAME": "YOUR_ODOO_USERNAME_HERE",
        "ODOO_API_KEY": "YOUR_ODOO_API_KEY_HERE",
        "ODOO_READ_ONLY": "YOUR_ODOO_READ_ONLY_HERE",
        "ODOO_WRITABLE_MODELS": "YOUR_ODOO_WRITABLE_MODELS_HERE",
        "ODOO_ALLOW_DELETE": "YOUR_ODOO_ALLOW_DELETE_HERE"
      }
    }
  }
}
Reclaim MCP Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "universalamateur-reclaim-mcp-server": {
      "command": "uvx",
      "args": [
        "reclaim-mcp-server"
      ],
      "env": {
        "RECLAIM_API_KEY": "YOUR_RECLAIM_API_KEY_HERE"
      }
    }
  }
}

Frequently Asked Questions

Odoo Pulse is categorized under Workplace & Productivity and uses a local stdio subprocess. In contrast, Reclaim MCP Server belongs to Workplace & Productivity using local stdio subprocess. Select Odoo Pulse when you need capabilities focused on workplace & productivity and Reclaim MCP Server when you require tools for workplace & productivity.

More alternatives to Odoo PulseMore alternatives to Reclaim MCP ServerWorkplace & Productivity category hub

Related MCP Server Comparisons

Popular comparisons with Odoo Pulse

  • MCP Odoo logoOdoo Pulse vs MCP Odoo
  • Odoo19 MCP Server logoOdoo Pulse vs Odoo19 MCP Server
  • Keepsake MCP logoOdoo Pulse vs Keepsake MCP
  • Adeu logoOdoo Pulse vs Adeu

Popular comparisons with Reclaim MCP Server

  • Primary tools included: health_check, verify_connection, list_tasks.
  • Explore Reclaim MCP Server Details
    Quality signal57/100 (Good)59/100 (Good)
    Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
    Auth RequirementAPI Key requiredAPI Key required
    Pricing ModelBYOK (Pay Provider Direct)Free / Open Source
    Required Env Vars
    ODOO_URLODOO_DBODOO_USERNAMEODOO_API_KEYODOO_READ_ONLYODOO_WRITABLE_MODELSODOO_ALLOW_DELETE
    RECLAIM_API_KEY
    Compatible Clients
    Claude DesktopCursorWindsurfClineVS Code
    Claude DesktopCursorWindsurfClineVS Code
    Install path signaluvx · highuvx · high
    Engagement & Health 2 views 0 copies 0 upvotes 1 stars 3 views 0 copies 0 upvotes 4 stars
    Verified / OfficialCommunity ListingCommunity Listing
    Open full listingView Odoo Pulse ListingView Reclaim MCP Server Listing
    search_count
    Count records in a model matching an Odoo domain filter.
    read_records
    Fetch specific records by their ids. Pass `fields` to limit columns.
    aggregate_records
    Group and aggregate records server-side (one call instead of pulling rows). Args: model: Technical model name, e.g. 'sale.order'. group_by: One or more fields to group on. A field may carry a granularity, e.g. 'date_order:month'. measures: 'field:agg' specs. Bare 'field' means sum. Allowed aggregators: sum, avg, min, max, count, count_distinct. Omit to count records. domain: Odoo search domain (list of triplets). Defaults to all records. limit: Max groups (capped by ODOO_MAX_RECORDS). offset: Pagination offset over groups. order: Sort spec, e.g. 'amount_total desc'.
    read_attachment
    Read an ir.attachment: metadata always, base64 content when small enough. Binary attachments under ODOO_MAX_ATTACHMENT_BYTES are returned with their base64 `datas`; larger ones return metadata plus a warning. URL-type attachments return the link, never binary data. Args: attachment_id: The ir.attachment id. include_data: When False, return metadata only (no base64 fetch).
    create_record
    Create one record. Returns a preview unless confirm=True. Args: model: Odoo model name (must be in ODOO_WRITABLE_MODELS). values: Field -> value mapping for the new record. confirm: Set True to actually create; otherwise a dry-run preview.
    update_records
    Update one or more records. Returns a preview unless confirm=True. Args: model: Odoo model name (must be in ODOO_WRITABLE_MODELS). ids: Record ids to update. values: Field -> value mapping to write. confirm: Set True to actually write; otherwise a dry-run preview.
    delete_records
    Delete one or more records. Returns a preview unless confirm=True. Deletes also require ODOO_ALLOW_DELETE=true on the server. Args: model: Odoo model name (must be in ODOO_WRITABLE_MODELS). ids: Record ids to delete. confirm: Set True to actually delete; otherwise a dry-run preview.
    create_lead
    Create a CRM lead/opportunity (crm.lead). Preview unless confirm=True. Use extra_values to set fields this helper doesn't model, including custom mandatory fields (e.g. {"presales_id": 5}).
    +19 more tools listed on main page

    Reclaim MCP Server Tools (49)

    health_check
    Check if the server is running.
    verify_connection
    Verify API connection by fetching current user info. Returns: Connection status with user details (id, email, name).
    list_tasks
    List active tasks from Reclaim.ai (excludes completed by default).
    list_completed_tasks
    List completed and archived tasks from Reclaim.ai.
    get_task
    Get a single task by ID.
    create_task
    Create a new task in Reclaim.ai for auto-scheduling.
    update_task
    Update an existing task in Reclaim.ai.
    mark_task_complete
    Mark a task as complete.
    delete_task
    Delete a task from Reclaim.ai.
    add_time_to_task
    Log time spent on a task using Reclaim's planner API.
    start_task
    Start working on a task (marks as IN_PROGRESS and starts timer).
    stop_task
    Stop working on a task (pauses timer, keeps task active).
    +37 more tools listed on main page
    Kanboard MCP logo
    Reclaim MCP Server vs Kanboard MCP
  • Keepsake MCP logoReclaim MCP Server vs Keepsake MCP
  • Delega MCP logoReclaim MCP Server vs Delega MCP
  • Google Workspace MCP logoReclaim MCP Server vs Google Workspace MCP
  • An AI Business Analyst for Odoo ERP: one-call reports with a verdict (businesspulse, pipelinereview, receivableshealth, inventoryrisk, salessnapshot, absenceoverview) over the XML-RPC API.
    Reclaim.ai calendar integration with 40 tools for tasks, habits, focus time, scheduling links, and productivity analytics.