Elasticflow MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Elasticflow MCP ServerCreate a table to track our Q3 sales pipeline"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Elasticflow MCP Server
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:
Build and query structured data — sales pipelines, contract trackers, campaign analytics, inventory logs
Create rich documents — reports, proposals, legal summaries, meeting notes
Upload and organize files — contracts, NDAs, presentations, compliance docs
Publish live dashboards and client portals — no code required
Share results across your team — every action is visible, every output is reusable
Prerequisites
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.
Related MCP server: TeamMCP
Supported Platforms
AI Assistants
ChatGPT (OpenAI)
Claude Desktop / Claude Code / Claude.ai
Google Gemini
Microsoft Copilot Studio
Amazon Q
AI-Powered Editors
Cursor
VS Code / GitHub Copilot
Windsurf
Zed
Productivity Tools
Raycast
Cline
Works with any client that supports the MCP Streamable HTTP transport.
Installation
Add the Elasticflow MCP server to your client configuration:
Claude Desktop
Go to Settings > Extensions, or add manually to config:
{
"mcpServers": {
"elasticflow": {
"url": "https://mcp.elasticflow.app/mcp"
}
}
}Claude Code
claude mcp add elasticflow --transport streamable-http https://mcp.elasticflow.app/mcpCursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"elasticflow": {
"url": "https://mcp.elasticflow.app/mcp",
"transport": "streamable-http"
}
}
}VS Code / GitHub Copilot
Add to .vscode/mcp.json:
{
"servers": {
"elasticflow": {
"type": "streamable-http",
"url": "https://mcp.elasticflow.app/mcp"
}
}
}Authentication
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 |
| View your workspaces |
| Create and modify workspaces |
| View table data and schemas |
| Create, modify, and delete table data |
| Read your documents |
| Create and edit documents |
| View and download files |
| Upload files |
| View interface projects |
| Build and publish interfaces |
MCP Tools
Workspaces (4 tools)
Organize your team's projects, data, and files into separate workspaces.
Tool | Description |
| See all workspaces your team has access to |
| Get workspace details — members, settings, usage |
| Set up a new workspace for a team, project, or department |
| Rename, configure, or adjust workspace settings |
Tables (15 tools)
Store and manage structured business data — CRM pipelines, inventories, project trackers, or any tabular data your team needs.
Tool | Description |
| Browse all tables in a workspace |
| View table structure — columns, types, row count |
| See available column types (text, number, date, select, etc.) |
| Create a new table for tracking leads, orders, tasks, or anything else |
| Rename a table or change its settings |
| Remove a table you no longer need |
| Add a new field — e.g. "Deal Size", "Due Date", "Status" |
| Change a column's name, type, or options |
| Remove a column from the table |
| Query your data with filters — find overdue tasks, high-value deals, etc. |
| Add a new record — a lead, an order, a task |
| Edit values — update a deal stage, mark a task complete |
| Remove records you no longer need |
| Connect related records across tables — link a contact to a deal |
| Remove a connection between records |
Documents (12 tools)
Create and manage rich documents — reports, proposals, meeting notes, knowledge base articles.
Tool | Description |
| Browse all documents in a workspace |
| Read the full content of a document |
| Write a new report, proposal, or brief |
| Change document title or metadata |
| Find documents by keyword — search across all your team's content |
| Edit a specific section without rewriting the whole document |
| Add new content to the end — meeting notes, status updates |
| Add a chart, screenshot, or diagram to a document |
| Attach a spreadsheet, PDF, or any file to a document |
| See all images and files embedded in a document |
| Remove an outdated image or attachment |
| Swap an asset with an updated version |
Files (4 tools)
Upload, organize, and access files — contracts, presentations, exports, media.
Tool | Description |
| Browse uploaded files |
| Check file details — size, type, upload date |
| Download or read a file's contents |
| Upload a new file — CSV, PDF, image, or any format |
Interfaces (11 tools)
Build and publish live dashboards, client portals, and internal tools — no code required.
Tool | Description |
| See all your dashboards and web apps |
| View project configuration and settings |
| Check if your latest changes are deployed |
| Debug build issues by reading the logs |
| Auto-detect data sources available for your dashboard |
| Start a new dashboard or client portal |
| Change layout, data sources, or design |
| Control who can view — share with clients or lock to your team |
| Compile your changes and prepare for deployment |
| Push your dashboard live for viewers |
| Something broke? Instantly revert to the previous version |
Install Only What You Need
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 |
| 51 | Everything |
Data |
| 19 | Tables, rows, columns, workspaces |
Content |
| 16 | Documents, search, files, uploads |
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:
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/contentCursor (.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"
}
}
}Usage Examples
Sales
"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"Legal
"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"Marketing
"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"Operations
"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"Documentation
License
MIT
This server cannot be installed
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
- AlicenseAqualityCmaintenanceEnables 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.123132MIT
- AlicenseNot gradedqualityBmaintenanceTeamMCP 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.2252MIT
- AlicenseBqualityCmaintenanceShared 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.10036MIT
- AlicenseNot gradedqualityBmaintenanceMulti-project execution, memory, and collaboration platform for humans and AI agents, providing MCP tools for agents to read and write project state.2MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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