Flow MCP Server
@lmcmz
关于 Flow MCP Server
Model Context Protocol (MCP) server for Flow blockchain with direct RPC communication
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"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?
A Model Context Protocol (MCP) server that enables AI assistants to access Flow blockchain data and perform operations through a standardized interface.
How to use Flow MCP Server?
Run npx -y @outblock/flow-mcp-server --stdio for AI assistant integration, or npx -y @outblock/flow-mcp-server --port 3000 for HTTP mode. Configure via environment variables like FLOW_NETWORK and FLOW_ACCESS_NODE. Integrate with Claude by adding it to tools configuration as a command.
Key features of Flow MCP Server
- Balance checking for Flow and fungible tokens
- Domain resolution for
.findand.fndomains - Script execution for reading blockchain data
- Transaction submission and monitoring
- Account information retrieval
- Flow configuration via environment variables
Use cases of Flow MCP Server
- AI assistant checking a user’s Flow balance
- Resolving a
.findor.fndomain to an address - Executing a Cadence script to read on-chain data
- Sending a transaction and monitoring its status
FAQ from Flow MCP Server
How do I run the server?
Use npx -y @outblock/flow-mcp-server --stdio for stdio mode, or add --port 3000 for HTTP mode. You can also specify the network with --network testnet.
What networks are supported?
You can connect to mainnet, testnet, or emulator by setting the FLOW_NETWORK environment variable or using the --network flag.
How do I configure the server?
Set environment variables: PORT, FLOW_NETWORK, FLOW_ACCESS_NODE, and LOG_LEVEL. If no port is set, the server runs in stdio mode.
What tools are available?
Tools include get_balance, get_token_balance, get_account, resolve_domain, execute_script, send_transaction, and get_transaction.
How do I integrate with an AI assistant like Claude?
Add a tool configuration entry with "command": "npx -y @outblock/flow-mcp-server --stdio" to your Claude tools JSON.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论