Skip to content

Clients and Compatibility

Concepts

The Model Context Protocol (MCP) is the standard through which AI clients access tools. It defines how tools are described, called, and how results are returned. Over 100 clients support MCP already — from Claude to ChatGPT to Cursor.

FlowMCP schemas are based on MCP and work with any compatible client. You are not locked into any specific provider.

MCP Compatibility

Not every client can do everything. Capabilities depend on which MCP features the client supports:

LevelWhat is supportedNumber of ClientsExamples
Level 1: ToolsIndividual tool calls, Resources, Prompts46+ clientsClaude, ChatGPT, Cursor, VS Code Copilot, Cline, Continue
Level 2+3: ElicitationEverything from Level 1 + Agent can ask follow-up questions16 clientsClaude Code, Claude Desktop, OpenClaw, Codex, Cursor, Postman
Custom CLICommand-line interfaces for direct accessFlowMCP CLI, OpenClaw PluginFor developers and automation

What the levels mean: Primitives — Agents

As of: 2026-05-24. Current MCP client list: modelcontextprotocol.io/clients

These 16 clients support Elicitation — the agent can ask follow-up questions for better answers: AIQL TUUI, Claude Code, Codex, Cursor, fast-agent, Glama, goose, Joey, mcp-agent, mcp-use, MCPJam, Memgraph Lab, Postman, Tambo, VS Code GitHub Copilot, and VT Code.

OpenClaw is an open-source AI assistant gateway with a plugin system. The special feature: Cron Jobs — recurring queries that run automatically. For example, a daily mobility recommendation every morning at 7:30 AM.

More: Integration Guide

For the command-line interface — searching, activating, and calling tools from your shell — see the FlowMCP CLI Usage reference.

You are…Recommended ClientWhy
IndividualOpenClaw or Claude DesktopWhere you already are, Cron Jobs for automation
DeveloperClaude Code, Cursor, or FlowMCP CLIDirect control, fast testing, IDE integration
EnterpriseNemoClaw (enterprise security)Deny-by-default policies, sandbox isolation, audit trail

Details on enterprise integration: Integration Guide