Skip to main content
Glama
elasticflowapp

Elasticflow MCP Server

Official

Elasticflow MCP Server

MCP AI Clients Last Update License

一个让 AI 代理与团队共同工作的统一工作空间。

将你的 AI 助手连接到 Elasticflow,让它管理表格、撰写文档、上传文件并发布实时仪表盘——一切都在你团队共享的工作空间中完成。你的代理产生的每一项成果,都会立即对全体组织可见,而不是深埋在聊天记录里。

你可以做到:

  • 构建和查询结构化数据——销售管道、合同跟踪器、营销分析、库存日志

  • 创建富文档——报告、提案、法律摘要、会议纪要

  • 上传并整理文件——合同、保密协议、演示文稿、合规文档

  • 发布实时仪表盘和客户门户——无需编写代码

  • 在团队中共享成果——每个操作都可见,每个输出都可复用

前置条件

使用此 MCP server 需要有一个 Elasticflow 账户。首次连接时,你的 AI 助手会打开一个浏览器窗口,你可以在其中登录或创建账户。

注册抢先体验

Related MCP server: TeamMCP

支持的平台

AI 助手

  • ChatGPT(OpenAI)

  • Claude Desktop / Claude Code / Claude.ai

  • Google Gemini

  • Microsoft Copilot Studio

  • Amazon Q

AI 集成编辑器

  • Cursor

  • VS Code / GitHub Copilot

  • Windsurf

  • Zed

生产力工具

  • Raycast

  • Cline

支持任何实现 MCP Streamable HTTP 传输的客户端。

安装

将 Elasticflow MCP server 添加到你的客户端配置中:

Claude Desktop

进入 设置 > 扩展,或手动添加到配置中:

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

Claude Code

claude mcp add elasticflow --transport streamable-http https://mcp.elasticflow.app/mcp

Cursor

添加到 .cursor/mcp.json

{
  "mcpServers": {
    "elasticflow": {
      "url": "https://mcp.elasticflow.app/mcp",
      "transport": "streamable-http"
    }
  }
}

VS Code / GitHub Copilot

添加到 .vscode/mcp.json

{
  "servers": {
    "elasticflow": {
      "type": "streamable-http",
      "url": "https://mcp.elasticflow.app/mcp"
    }
  }
}

身份验证

Elasticflow 使用 OAuth 2.1 with PKCE。首次连接时,你的客户端会打开浏览器进行身份验证。无需 API 密钥或手动配置令牌。

权限范围:

Scope

Description

workspaces:read

查看你的工作空间

workspaces:write

创建和修改工作空间

tables:read

查看这些表格数据和结构

tables:write

创建、修改和删除表格数据

documents:read

查看你的文档

documents:write

创建和编辑文档

files:read

查看和下载文件

files:write

上传文件

interfaces:read

查看界面项目

interfaces:write

创建和发布界面项目

MCP 工具

工作空间(4 个工具)

将团队的项目、数据和文件组织到独立的工作空间中。

工具

描述

mcp_workspaces_list

查看团队有权限访问的所有工作空间

mcp_workspaces_get

获取工作空间详细信息——成员、设置、用量

mcp_workspaces_create

为团队、项目或部门创建新工作空间

mcp_workspaces_update

重命名、配置或调整工作空间设置

表格(15 个工具)

存储和管理结构化业务数据——CRM 销售管道、库存、项目跟踪器,或团队需要的任何表格数据。

Tool

Description

mcp_tables_list_tables

浏览工作空间中的所有表格

mcp_tables_get_table

查看表格结构——列、类型、行数

mcp_tables_list_column_types

查看可用的列类型(文本、数字、日期、下拉选择等)

mcp_tables_create_table

创建新表格,用于追踪潜在客户、订单、任务等

mcp_tables_update_table

重命名或更改表格设置

mcp_tables_delete_table

删除不再需要的表格

mcp_tables_create_column

添加新字段——例如 "Deal Size"、"Due Date"、"Status"

mcp_tables_update_column

修改列的名称、类型或选项

mcp_tables_delete_column

从表格中移除列

mcp_tables_get_rows

使用筛选条件查询数据——查找逾期任务、高价值交易等

mcp_tables_create_row

添加新记录——一条潜在客户、一个订单、一个任务

mcp_tables_update_cells

编辑值——更新交易阶段、将任务标记为完成

mcp_tables_delete_rows

删除你不再需要的记录

mcp_tables_link_rows

在表格之间关联相关记录——将联系人连接到一个交易

mcp_tables_unlink_rows

移除记录之间的关联

文档(12 个工具)

创建和管理富文档——报告、提案、会议纪要、知识库文章。

Tool

描述

mcp_documents_list

浏览工作空间中的所有文档

mcp_documents_read

读取文档的完整内容

mcp_documents_create

撰写新的报告、提案或简介

mcp_documents_update

修改文档标题或元数据

mcp_documents_search

按关键字搜索文档——对所有团队内容进行搜索

mcp_documents_patch

编辑指定章节,无需重写整个文档

mcp_documents_append

在文档末尾添加新内容,如会议纪要、状态更新

mcp_documents_insert_image

在文档中插入图表、截图或图

mcp_documents_insert_file

在文档中附加电子表格、PDF 或任意文件

mcp_documents_list_assets

查看文档中全部嵌入的图片和文件

mcp_documents_remove_asset

移除过时的图片或附件

mcp_documents_replace_asset

用新版本替换资源

文件(4 个工具)

上传、整理和访问文件——合同、演示文稿、导出文件、媒体。

Tool

描述

mcp_files_list

浏览已上传的文件

mcp_files_get_metadata

查看文件详情——大小、类型、上传日期

mcp_files_get_content

下载或读取文件内容

mcp_files_upload

上传新文件——CSV、PDF、图片或其他任何格式

界面(11 个工具)

构建并发布实时仪表盘、客户门户和内部工具——无需编写代码。

Tool

描述

mcp_interfaces_list_projects

查看所有仪表盘和 Web 应用

mcp_interfaces_get_project

查看项目配置和设置

mcp_interfaces_get_build_status

检查最新更改是否已部署

mcp_interfaces_get_build_logs

查看日志以排查构建问题

mcp_interfaces_discover_schema

自动发现可用于仪表盘的数据源

mcp_interfaces_create_project

开始创建新的仪表盘或客户门户

mcp_interfaces_update_project

更改布局、数据源或设计

mcp_interfaces_configure_access

控制谁能查看——与客户共享或仅限团队

mcp_interfaces_build

编译更改并准备部署

mcp_interfaces_publish

将仪表盘发布上线供查看者访问

mcp_interfaces_rollback

出了问题?立即回滚到上一个版本

按需安装

主服务器(/mcp)为你一次性提供全部 51 个工具。如果你只需要平台的一部分,或者你的 AI 客户端有工具数量限制,你可以安装更小的服务器:

Server

URL

工具

私有内容

All

https://mcp.elasticflow.app/mcp

51

全部功能

Data

https://mcp.elasticflow.app/data

19

表格、行、列、工作空间

Content

https://mcp.elasticflow.app/content

16

文档、搜索、文件、上传

Platform

https://mcp.elasticflow.app/platform

11

仪表盘、门户、发布页

每个服务器都使用相同的账户和身份验证——可以安装一个或全部三个,它们独立运行。

示例:只安装 Data 和 Content(跳过仪表盘)

Claude Code:

claude mcp add elasticflow-data --transport streamable-http https://mcp.elasticflow.app/data
claude mcp add elasticflow-content --transport streamable-http https://mcp.elasticflow.app/content

Cursor(.cursor/mcp.json):

{
  "mcpServers": {
    "elasticflow-data": {
      "url": "https://mcp.elasticflow.app/data",
      "transport": "streamable-http"
    },
    "elasticflow-content": {
      "url": "https://mcp.elasticflow.app/content",
      "transport": "streamable-http"
    }
  }
}

使用示例

销售

"Create a table called Pipeline with columns: company, deal size, stage, close date, owner"

"Show me all deals closing this month sorted by deal size"

"Enrich leads in the Prospects table — fill in company size, industry, and LinkedIn profile"

"Prepare objection responses for the top 5 deals stuck in negotiation stage"

"Create a document with a weekly pipeline summary from the Pipeline table"

"Build a client-facing dashboard showing project milestones for Acme Corp"

法务

"Create a table to track active contracts: vendor, type, start date, expiry, auto-renewal"

"Search documents for all mentions of indemnification clause"

"List all contracts expiring in the next 90 days"

"Upload the signed NDA and link it to the Vendors table"

营销

"Create a campaign tracker table with columns: campaign, channel, budget, spend, leads, CPL"

"Create a document with a monthly marketing report and insert the performance chart"

"Show me all campaigns where CPL is above $50"

"Publish the campaign results dashboard for the leadership team"

运营

"Create a workspace for Q2 operations and set up tables for inventory, suppliers, and orders"

"Show me all suppliers with overdue deliveries from the Orders table"

"Create a document summarizing this week's operational incidents"

"Build and publish a live dashboard tracking order fulfillment rates"

相关文档

许可证

MIT 许可证

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables multi-agent collaboration across different AI assistants and projects by providing a universal coordination layer for MCP-compatible agents to communicate, share context, and coordinate complex tasks seamlessly.
    12
    31
    32
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    TeamMCP is an MCP-native collaboration server that enables AI agents and humans to communicate through shared channels, direct messages, and integrated task management. It provides a persistent layer for real-time collaboration with full-text search and a centralized web dashboard.
    22
    52
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Shared workspace your AI agents write to. CMMN case management with 184+ MCP tools: cases, tasks, event-driven CMMN workflows with sentries, persistent memory with semantic search, billing and invoicing. OAuth or token auth; cloud-hosted remote MCP endpoint.
    100
    36
    MIT

View all related MCP servers

Related MCP Connectors

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • MCP-native collaborative markdown editor with real-time AI document editing

  • One shared context your team's AI tools read & write over MCP. No re-explaining. Free.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/elasticflowapp/elasticflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server