mMetadot

MCP Server Overview

Connect AI coding agents to Metadot via the Model Context Protocol

The Metadot MCP Server lets you connect any AI tool to your Metadot workspace using the Model Context Protocol. Your AI assistant can search, create, and manage data across all Metadot modules — whether you use Claude Desktop, ChatGPT, or a developer IDE.

Visual setup guide: Visit metadot.eu/mcp-server for an interactive landing page with step-by-step connection instructions for every AI tool.

Metadot MCP landing page

Two Ways to Connect

MethodBest forWhat you need
Quick Setup (Web-Based)Claude Desktop, ChatGPT, Claude.aiJust a URL — your browser handles login
Developer Setup (IDE)Cursor, Claude Code, Windsurf, Antigravity, otherJust a URL in your IDE config — OAuth on first use

Supported AI Tools

For Everyone (No Coding Required)

  • Claude Desktop — paste the URL in Settings > MCP Servers
  • ChatGPT — paste the URL in Settings > MCP
  • Claude.ai — paste the URL in Settings > Integrations

For Developers

  • Cursor — one-click install via deeplink or single URL config
  • Claude Code — terminal command
  • Windsurf — JSON config (web-based via mcp-remote bridge)
  • Antigravity — JSON config (web-based via mcp-remote bridge)
  • Any other MCP-compatible client

What You Can Do

Once connected, your AI agent can interact with all enabled apps in your workspace:

ModuleExamples
CRMSearch contacts, create leads, log activities, manage pipelines
TicketsList open tickets, create tickets, add replies
StackrBrowse boards, create cards, move cards between lists
ProjectsList projects, create tasks, update task status
AssetsSearch assets, create new assets, track checkouts
BookMeList calendars, view bookings, create or cancel bookings
InvoiceMeList invoices, create drafts, send and mark as paid
KnowledgeSearch articles, create and update articles
InventorySearch items, record stock transactions
SuppliersSearch and manage supplier records
ChangelogSearch entries, create new changelog entries
WorkflowsList automations, view execution history
PollsList polls, view results, create new polls
FormsList forms, view form details and submissions

Quick Start

"List my workspaces"
"Show me open tickets in workspace <id>"
"Create a CRM contact named Jane Doe at Acme Corp"
"Search everything for 'invoice'"

How It Works

The MCP server connects your AI agent directly to the Metadot platform:

  1. Authenticate — sign in via your browser using OAuth 2.1 with PKCE (24-hour access token, silent refresh)
  2. Discover — the server detects which apps are enabled in your workspace(s)
  3. Expose — only tools for enabled apps are registered (disabled apps stay hidden)
  4. Execute — every tool call passes through three RBAC layers before reaching the database

Read the Quick Setup (Web-Based) guide for consumer AI tools, or the Developer Setup for connecting your IDE.

Was this page helpful?

On this page