Elasticflow MCP Server
OfficialElasticflow MCP 서버
AI 에이전트와 팀이 함께 일하는 하나의 워크스페이스입니다.
AI 어시스턴트를 Elasticflow에 연결하면, 팀의 공유 워크스페이스에서 테이블 관리, 문서 작성, 파일 업로드, 실시간 대시보드 게시를 모두 처리할 수 있습니다. 에이전트가 만든 모든 결과물은 채팅 스레드에 묻혀 사라지는 것이 아니라 조직 전체가 즉시 이용할 수 있습니다.
할 수 있는 것:
구조화된 데이터 구축 및 쿼리 — 영업 파이프라인, 계약 추적기, 캠페인 분석, 재고 기록
리치 문서 작성 — 보고서, 제안서, 법률 요약, 회의록
파일 업로드 및 정리 — 계약서, NDA, 프레젠테이션, 규정 준수 문서
실시간 대시보드 및 클라이언트 포털 게시 — 코드 없이
팀 전체와 결과물 공유 — 모든 작업이 투명하며 모든 결과물을 재사용할 수 있습니다
사전 요구 사항
이 MCP 서버를 사용하려면 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 서버를 클라이언트 구성에 추가하세요.
Claude Desktop
Settings > Extensions로 이동하거나, config에 수동으로 추가합니다.
{
"mcpServers": {
"elasticflow": {
"url": "https://mcp.elasticflow.app/mcp"
}
}
}Claude Code
claude mcp add elasticflow --transport streamable-http https://mcp.elasticflow.app/mcpCursor
.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에서는 PKCE와 함께 OAuth 2.1을 사용합니다. 처음 연결하면 클라이언트가 인증을 위해 브라우저를 엽니다. API 키나 수동 토큰 설정이 필요하지 않습니다.
권한 범위:
범위 | 설명 |
| 워크스페이스 보기 |
| 워크스페이스 만들기 및 수정 |
| 테이블 데이터 및 스키마 보기 |
| 테이블 데이터 만들기, 수정, 삭제 |
| 문서 읽기 |
| 문서 만들기 및 편집 |
| 파일 보기 및 다운로드 |
| 파일 업로드 |
| 인터페이스 프로젝트 보기 |
| 인터페이스 만들기 및 게시 |
MCP 도구
Workspaces (4 tools)
팀의 프로젝트, 데이터, 파일을 별도의 워크스페이스로 분리하여 체계적으로 관리하세요.
도구 | 설명 |
| 팀이 액세스할 수 있는 모든 워크스페이스 보기 |
| 워크스페이스 세부 정보 확인 — 멤버, 설정, 사용량 |
| 팀, 프로젝트 또는 부서를 위한 새 워크스페이스 만들기 |
| 워크스페이스 이름 변경, 구성 또는 설정 조정 |
Tables (15 tools)
구조화된 비즈니스 데이터 — CRM 파이프라인, 재고, 프로젝트 트래커 또는 팀에 필요한 모든 표 형식 데이터를 저장하고 관리하세요.
도구 | 설명 |
| 워크스페이스의 모든 테이블 찾아보기 |
| 테이블 구조 보기 — 열, 유형, 행 수 |
| 사용 가능한 열 유형 확인 (텍스트, 숫자, 날짜, 선택 등) |
| 리드, 주문, 작업 등을 추적하기 위한 새 테이블 만들기 |
| 테이블 이름 변경 또는 설정 변경 |
| 더 이상 필요 없는 테이블 삭제 |
| 새 필드 추가 — 예: "거래 규모", "마감일", "상태" |
| 열 이름, 유형, 옵션 변경 |
| 테이블에서 열 삭제 |
| 필터로 데이터 쿼리 — 기한 지난 작업, 고액 거래 등 찾기 |
| 새 레코드 추가 — 리드, 주문, 작업 |
| 값 편집 — 거래 단계 업데이트, 작업 완료 표시 |
| 더 이상 필요 없는 레코드 삭제 |
| 테이블 간 관련 레코드 연결 — 연락처를 거래에 연결 |
| 레코드 간 연결 해제 |
Documents (12 tools)
리치 문서 — 보고서, 제안서, 회의 노트, 지식 기반 문서를 만들고 관리하세요.
도구 | 설명 |
| 워크스페이스의 모든 문서 찾아보기 |
| 문서 전체 내용 읽기 |
| 새 보고서, 제안서, 요약서 작성 |
| 문서 제목 또는 메타데이터 변경 |
| 키워드로 문서 검색 — 팀 전체 콘텐츠에서 검색 |
| 문서 전체를 다시 쓰지 않고 특정 섹션 편집 |
| 문서 끝에 새 내용 추가 — 회의 노트, 상태 업데이트 |
| 문서에 차트, 스크린샷, 다이어그램 추가 |
| 문서에 스프레드시트, PDF 또는 파일 첨부 |
| 문서에 포함된 모든 이미지와 파일 확인 |
| 오래된 이미지 또는 첨부물 제거 |
| 에셋을 업데이트된 버전으로 교체 |
파일 (4 tools)
계약서, 프레젠테이션, 내보낸 파일, 미디어 등 파일을 업로드하고 정리하고 접근하세요.
도구 | 설명 |
| 업로드된 파일 찾아보기 |
| 파일 정보 확인 — 크기, 유형, 업로드 날짜 |
| 파일 내용 다운로드 또는 읽기 |
| 새 파일 업로드 — CSV, PDF, 이미지 등 모든 형식 |
인터페이스 (11 tools)
코드 없이 실시간 대시보드, 클라이언트 포털, 내부 도구를 만들고 게시하세요.
도구 | 설명 |
| 모든 대시보드와 웹 앱 보기 |
| 프로젝트 구성 및 설정 확인 |
| 최신 변경 사항이 배포되었는지 확인 |
| 빌드 문제를 로그로 디버깅 |
| 대시보드에 사용할 수 있는 데이터 소스 자동 감지 |
| 새 대시보드 또는 클라이언트 포털 만들기 |
| 레이아웃, 데이터 소스 또는 디자인 변경 |
| 볼 수 있는 사용자 제어 — 고객과 공유하거나 팀 내부로 설정 |
| 변경 사항 컴파일 및 배포 준비 |
| 대시보드를 실시간으로 공개 |
| 문제가 있나요? 즉시 이전 버전으로 복구 |
필요한 것만 설치
메인 서버 (/mcp)는 동시에 51개 도구 전체를 제공합니다. 플랫폼의 일부만 필요하거나 AI 클라이언트에 도구 제한이 있다면 다음의 더 가벼운 서버를 대신 설치할 수 있습니다.
서버 | URL | 도구 수 | 제공 기능 |
All |
| 51 | 모든 기능 |
Data |
| 19 | 테이블, 행, 열, 워크스페이스 |
Content |
| 16 | 문서, 검색, 파일, 업로드 |
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/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"
}
}
}사용 예시
영업
"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
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