Flowcore Platform MCP Server
A standardized MCP server for managing and interacting with Flowcore Platform resources.
Key Features
Use Cases
README
Flowcore Platform MCP Server
A Model Context Protocol (MCP) server for managing and interacting with the Flowcore Platform.
If you're curious about how it works, you can check out our video, where we set it up and demonstrate what it can do.
If you like this solution, but would like to reduce the hallucinations, reduce token usage, increase the amount of data you can look through and also speed up querying exponentially - then we recommend you also check out our local read model mcp server,
Usage with npx
You can run this package directly using npx without installing it:
npx @flowcore/platform-mcp-server --username <username> --pat <pat>
Replace <username> and <pat> with your Flowcore username and PAT (Personal Access Token).
Installation
If you prefer to install the package globally:
npm install -g @flowcore/platform-mcp-server
Then run it:
platform-mcp-server --username <username> --pat <pat>
Development
To install dependencies:
bun install
Run the project directly with Bun:
bun run src/index.ts --username <username> --pat <pat>
Building
Build the project:
bun run build
Run the built project:
node dist/cli.js --username <username> --pat <pat>
Environment Variables
| Variable | Type | Description | Default | Required |
|---|---|---|---|---|
| USERNAME | string | Flowcore username | - | ✓ |
| PAT | string | Flowcore PAT (Personal Access Token) | - | ✓ |
About
This project uses the Model Context Protocol (MCP) to provide a standardized interface for interacting with the Flowcore Platform. It allows AI assistants to query and manage Flowcore resources through a structured API.
Originally created using bun init in bun v1.2.3. Bun is a fast all-in-one JavaScript runtime.
Questions
if you have any questions or cool ideas, then feel free to join our Discord community. Otherwise you can find us on all major social platforms
Star History
Repository Owner
Organization
Repository Details
Programming Languages
Tags
Topics
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
Firefly MCP Server
Seamless resource discovery and codification for Cloud and SaaS with Model Context Protocol integration.
Firefly MCP Server is a TypeScript-based server implementing the Model Context Protocol to enable integration with the Firefly platform for discovering and managing resources across Cloud and SaaS accounts. It supports secure authentication, resource codification into infrastructure as code, and easy integration with tools such as Claude and Cursor. The server can be configured via environment variables or command line and communicates using standardized MCP interfaces. Its features facilitate automation and codification workflows for cloud resource management.
- ⭐ 15
- MCP
- gofireflyio/firefly-mcp
Stape MCP Server
An MCP server implementation for integrating Stape with AI model context protocols.
Stape MCP Server provides an implementation of the Model Context Protocol server tailored for the Stape platform. It enables secure and standardized access to model context capabilities, allowing integration with tools such as Claude Desktop and Cursor AI. Users can easily configure and authenticate MCP connections using provided configuration samples, while managing context and credentials securely. The server is open source and maintained by the Stape Team under the Apache 2.0 license.
- ⭐ 4
- MCP
- stape-io/stape-mcp-server
Insforge MCP Server
A Model Context Protocol server for seamless integration with Insforge and compatible AI clients.
Insforge MCP Server implements the Model Context Protocol (MCP), enabling smooth integration with various AI tools and clients. It allows users to configure and manage connections to the Insforge platform, providing automated and manual installation methods. The server supports multiple AI clients such as Claude Code, Cursor, Windsurf, Cline, Roo Code, and Trae via standardized context management. Documentation and configuration guidelines are available for further customization and usage.
- ⭐ 3
- MCP
- InsForge/insforge-mcp
MCP Fathom Analytics
Unofficial MCP server for AI-powered access to Fathom Analytics data.
MCP Fathom Analytics provides an unofficial Model Context Protocol (MCP) server that enables AI assistants to access and interact with Fathom Analytics data. It integrates with the Fathom Analytics API via the @mackenly/fathom-api SDK, offering tools to retrieve account details, manage sites, list events, generate analytics reports, and access real-time visitor data. Designed for use in AI model workflows, it allows secure and flexible analytics integration and supports configuration for clients such as Claude Desktop.
- ⭐ 2
- MCP
- mackenly/mcp-fathom-analytics
FastMCP
TypeScript framework for building robust MCP servers with minimal setup.
FastMCP is a TypeScript framework designed for building servers that adhere to the Model Context Protocol (MCP), enabling efficient management of client sessions and context. It streamlines the creation of MCP servers by providing intuitive APIs, built-in authentication, session and request tracking, and support for handling various content types such as images and audio. The framework also enforces best practices around error handling, logging, and streaming outputs. Developers benefit from reduced boilerplate and a focus on core MCP functionality.
- ⭐ 2,738
- MCP
- punkpeye/fastmcp
Pica MCP Server
A Model Context Protocol (MCP) server for seamless integration with 100+ platforms via Pica.
Pica MCP Server provides a standardized Model Context Protocol (MCP) interface for interaction with a wide range of third-party services through Pica. It enables direct platform integrations, action execution, and intelligent intent detection while prioritizing secure environment variable management. The server also offers features such as code generation, form and data handling, and robust documentation for platform actions. It supports multiple deployment methods, including standalone, Docker, Vercel, and integration with tools like Claude Desktop and Cursor.
- ⭐ 8
- MCP
- picahq/mcp
Didn't find tool you were looking for?