Flow MCP
A set of tools for interacting with the Flow blockchain through the Model Context Protocol.
Flow MCP Monorepo
This monorepo contains a collection of Model Context Protocol (MCPs) for interacting with the Flow blockchain and FLOW-EVM environment.
Packages
This monorepo is split into two main packages:
packages/flow-mcp: Core tools for interacting with the native Flow blockchain. This includes functionalities for managing accounts, checking balances, and interacting with native contracts.packages/flow-defi-mcp: A suite of tools focused on DeFi (Decentralized Finance) and EVM-compatible interactions on the Flow network. This includes tools for checking token prices, swapping tokens on decentralized exchanges, and interacting with ERC20 tokens.
Please refer to the README.md file within each package for more detailed information, including setup instructions and a list of available tools.
Getting Started
To get started with this monorepo, you will need to have a monorepo manager like pnpm, lerna, or turborepo installed.
- Clone the repository:
git clone <repository-url> - Navigate to the root directory and install the dependencies for all packages:
pnpm install # or yarn install, or npm install
Contributing
Contributions are welcome! Please open an issue or submit a pull request with your changes.
相關伺服器
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Wordware
Run your Wordware apps locally with an interactive setup.
claude-session-continuity-mcp
Zero-config session continuity for Claude Code. Auto-captures context via Claude Hooks, provides 24 tools for memory, tasks, solutions, and knowledge graph. Multilingual semantic search (94+ languages).
md-redline
Inline review comments for markdown specs and design docs. Agents request human review mid-task via MCP and pause until you send feedback.
AntBot MCP Server
A TypeScript MCP server for integrating with the AntBot AI-based RPA platform, handling tool listing and execution.
Alchemy MCP Server
Interact with Alchemy's blockchain APIs to query data without writing code.
Code Context MCP Server
Provides code context from local git repositories.
LLMling
An MCP server with an LLMling backend that uses YAML files to configure LLM applications.
MCP SSH Server
Securely execute remote commands and perform file operations over SSH, with support for both password and key-based authentication.
DeepSeek MCP Server
An MCP server for the DeepSeek API, providing code review, file management, and account management.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers or runnable locally.