Elasticflow MCP Server

One workspace where your AI agents and your team work together.

Remote serverstreamable-httpGo

What is the Elasticflow MCP MCP server?

Elasticflow MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. One workspace where your AI agents and your team work together.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Elasticflow MCP is connected, these are the calls the assistant has available:

  • mcp_workspaces_list — See all workspaces your team has access to
  • mcp_workspaces_get — Get workspace details — members, settings, usage
  • mcp_workspaces_create — Set up a new workspace for a team, project, or department
  • mcp_workspaces_update — Rename, configure, or adjust workspace settings
  • mcp_tables_list_tables — Browse all tables in a workspace
  • mcp_tables_get_table — View table structure — columns, types, row count
  • mcp_tables_list_column_types — See available column types (text, number, date, select, etc.)
  • mcp_tables_create_table — Create a new table for tracking leads, orders, tasks, or anything else
  • mcp_tables_update_table — Rename a table or change its settings
  • mcp_tables_delete_table — Remove a table you no longer need
  • mcp_tables_create_column — Add a new field — e.g. "Deal Size", "Due Date", "Status"
  • mcp_tables_update_column — Change a column's name, type, or options

Configuration and credentials

You need an Elasticflow account to use this MCP server. When you connect for the first time, your AI assistant will open a browser window where you can sign in or create an account. Sign up for early access

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Elasticflow MCP.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the elasticflow mcp mcp server does with a few real requests.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Elasticflow MCP's toolset — mcp_workspaces_list, mcp_workspaces_get, mcp_workspaces_create and 11 more — is a fair guide to whether it matches your workflow. It is maintained by elasticflowapp; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
mcp_workspaces_listSee all workspaces your team has access to
mcp_workspaces_getGet workspace details — members, settings, usage
mcp_workspaces_createSet up a new workspace for a team, project, or department
mcp_workspaces_updateRename, configure, or adjust workspace settings
mcp_tables_list_tablesBrowse all tables in a workspace
mcp_tables_get_tableView table structure — columns, types, row count
mcp_tables_list_column_typesSee available column types (text, number, date, select, etc.)
mcp_tables_create_tableCreate a new table for tracking leads, orders, tasks, or anything else
mcp_tables_update_tableRename a table or change its settings
mcp_tables_delete_tableRemove a table you no longer need
mcp_tables_create_columnAdd a new field — e.g. "Deal Size", "Due Date", "Status"
mcp_tables_update_columnChange a column's name, type, or options
mcp_tables_delete_columnRemove a column from the table
mcp_tables_get_rowsQuery your data with filters — find overdue tasks, high-value deals, etc.

How to install the Elasticflow MCP MCP server

{
  "mcpServers": {
    "elasticflow": {
      "url": "https://mcp.elasticflow.app/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

You need an Elasticflow account to use this MCP server. When you connect for the first time, your AI assistant will open a browser window where you can sign in or create an account. Sign up for early access

Example prompts to try

  • Use Elasticflow MCP to mcp workspaces list.
  • Use Elasticflow MCP to mcp workspaces get.
  • Use Elasticflow MCP to mcp workspaces create.

Frequently asked questions

It connects Elasticflow MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (mcp_workspaces_list, mcp_workspaces_get, mcp_workspaces_create, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Elasticflow MCP directly.