AI-native team workspace β tables, documents, workflow automation, live dashboards & analytics
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Elasticflow.
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
One workspace where your AI agents and your team work together.
Connect your AI assistant to Elasticflow and let it manage tables, write documents, upload files, and publish live dashboards β all within your team's shared workspace. Everything your agents produce is instantly available to the whole organization, not buried in a chat thread.
What you can do:
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.
AI Assistants
AI-Powered Editors
Productivity Tools
Works with any client that supports the MCP Streamable HTTP transport.
Add the Elasticflow MCP server to your client configuration:
Go to Settings > Extensions, or add manually to config:
Add to .cursor/mcp.json:
Add to .vscode/mcp.json:
Elasticflow uses OAuth 2.1 with PKCE. When you connect for the first time, your client will open a browser for authentication. No API keys or manual token configuration needed.
Scopes:
| Scope | Description |
|---|---|
workspaces:read | View your workspaces |
workspaces:write | Create and modify workspaces |
tables:read | View table data and schemas |
tables:write | Create, modify, and delete table data |
documents:read | Read your documents |
documents:write | Create and edit documents |
files:read | View and download files |
files:write | Upload files |
interfaces:read | View interface projects |
interfaces:write | Build and publish interfaces |
Organize your team's projects, data, and files into separate workspaces.
| Tool | Description |
|---|---|
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 |
Store and manage structured business data β CRM pipelines, inventories, project trackers, or any tabular data your team needs.
| Tool | Description |
|---|---|
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 |
mcp_tables_delete_column | Remove a column from the table |
mcp_tables_get_rows | Query your data with filters β find overdue tasks, high-value deals, etc. |
mcp_tables_create_row | Add a new record β a lead, an order, a task |
mcp_tables_update_cells | Edit values β update a deal stage, mark a task complete |
mcp_tables_delete_rows | Remove records you no longer need |
mcp_tables_link_rows | Connect related records across tables β link a contact to a deal |
mcp_tables_unlink_rows | Remove a connection between records |
Create and manage rich documents β reports, proposals, meeting notes, knowledge base articles.
| Tool | Description |
|---|---|
mcp_documents_list | Browse all documents in a workspace |
mcp_documents_read | Read the full content of a document |
mcp_documents_create | Write a new report, proposal, or brief |
mcp_documents_update | Change document title or metadata |
mcp_documents_search | Find documents by keyword β search across all your team's content |
mcp_documents_patch | Edit a specific section without rewriting the whole document |
mcp_documents_append | Add new content to the end β meeting notes, status updates |
mcp_documents_insert_image | Add a chart, screenshot, or diagram to a document |
mcp_documents_insert_file | Attach a spreadsheet, PDF, or any file to a document |
mcp_documents_list_assets | See all images and files embedded in a document |
mcp_documents_remove_asset | Remove an outdated image or attachment |
mcp_documents_replace_asset | Swap an asset with an updated version |
Upload, organize, and access files β contracts, presentations, exports, media.
| Tool | Description |
|---|---|
mcp_files_list | Browse uploaded files |
mcp_files_get_metadata | Check file details β size, type, upload date |
mcp_files_get_content | Download or read a file's contents |
mcp_files_upload | Upload a new file β CSV, PDF, image, or any format |
Build and publish live dashboards, client portals, and internal tools β no code required.
| Tool | Description |
|---|---|
mcp_interfaces_list_projects | See all your dashboards and web apps |
mcp_interfaces_get_project | View project configuration and settings |
mcp_interfaces_get_build_status | Check if your latest changes are deployed |
mcp_interfaces_get_build_logs | Debug build issues by reading the logs |
mcp_interfaces_discover_schema | Auto-detect data sources available for your dashboard |
mcp_interfaces_create_project | Start a new dashboard or client portal |
mcp_interfaces_update_project | Change layout, data sources, or design |
mcp_interfaces_configure_access | Control who can view β share with clients or lock to your team |
mcp_interfaces_build | Compile your changes and prepare for deployment |
mcp_interfaces_publish | Push your dashboard live for viewers |
mcp_interfaces_rollback | Something broke? Instantly revert to the previous version |
The main server (/mcp) gives you all 51 tools at once. If you only need part of the platform, or your AI client has a tool limit, you can install smaller servers instead:
| Server | URL | Tools | What you get |
|---|---|---|---|
| All | https://mcp.elasticflow.app/mcp | 51 | Everything |
| Data | https://mcp.elasticflow.app/data | 19 | Tables, rows, columns, workspaces |
| Content | https://mcp.elasticflow.app/content | 16 | Documents, search, files, uploads |
| Platform | https://mcp.elasticflow.app/platform | 11 | Dashboards, portals, publishing |
Each server uses the same account and authentication β install one or all three, they work independently.
Example: install only Data and Content (skip dashboards)
Claude Code:
Cursor (.cursor/mcp.json):
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/elasticflow)<a href="https://allmcps.com/mcp/elasticflow"><img src="https://allmcps.com/api/badge/elasticflow?style=directory" alt="Elasticflow on AllMCPs" /></a>