Flow MCP Server
@MCP-Mirror
关于 Flow MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"lmcmz_flow-mcp-server": {
"command": "npx",
"args": [
"-y",
"@outblock/flow-mcp-server",
"--stdio"
]
}
}
}工具
7Get Flow balance for an address
Get fungible token balance
Get account information
Resolve a .find or .fn domain to an address
Execute a Cadence script
Send a transaction to the blockchain
Get transaction details by ID
概览
What is Flow MCP Server?
Flow MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with the Flow blockchain. It provides a standardized interface for reading blockchain data, checking balances, resolving domains, executing scripts, and submitting transactions.
How to use Flow MCP Server?
Install and run it via npx -y @outblock/flow-mcp-server --stdio for AI assistant integration, or with --port 3000 to run as an HTTP server. Configure the Flow network and access node using environment variables like FLOW_NETWORK and FLOW_ACCESS_NODE. For development, clone the repository, run npm install, npm run build, and npm start.
Key features of Flow MCP Server
- Check Flow and fungible token balances
- Resolve
.findand.fndomain names - Execute Cadence scripts on the blockchain
- Send and monitor transactions
- Retrieve account information
- Configurable via environment variables
Use cases of Flow MCP Server
- An AI assistant checking a user’s FLOW balance
- Resolving a blockchain domain to an address
- Reading smart contract data with a Cadence script
- Submitting a transaction and tracking its status
- Fetching account details for wallet verification
FAQ from Flow MCP Server
How do I start the server?
Run npx -y @outblock/flow-mcp-server --stdio for stdio mode (for AI assistant integration) or npx -y @outblock/flow-mcp-server --port 3000 to run as an HTTP server.
How do I integrate with Claude or other AI assistants?
Add a tool configuration entry in your assistant’s settings with the command npx -y @outblock/flow-mcp-server --stdio.
What Flow networks are supported?
Mainnet, testnet, and emulator. Specify the network via the FLOW_NETWORK environment variable or the --network CLI flag.
What tools are available?
Tools include get_balance, get_token_balance, get_account, resolve_domain, execute_script, send_transaction, and get_transaction.
Can I run the server in HTTP mode?
Yes, use the --port flag (e.g., --port 3000). HTTP endpoints are available at /sse, /messages, /health, and /.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
ICSS
chokcoco不止于 CSS
评论