@outblock/flow-mcp

by Outblock

274 downloads
Not rated
GitHub

About

A set of tools for interacting with the Flow blockchain through the Model Context Protocol.

Details

Author
Outblock
Downloads
274
Categories
Developer Tools, Finance, Other

- Retrieve FLOW balance for any address
- Get token balance for any Flow token
- Obtain COA account information
- Fetch source code of deployed contracts
- View detailed account info including storage stats

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name @outblock/flow-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package via npm (npm install @outblock/flow-mcp) or bun (bun add @outblock/flow-mcp). Then add the server to your MCP configuration (e.g., for Claude) using npx -y @outblock/flow-mcp as the command. Configuration files are located at ~/Library/Application Support/Claude/mcp.json (macOS), %APPDATA%/Claude/mcp.json (Windows), or ~/.config/Claude/mcp.json (Linux). Restart Claude to load the server.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "@outblock/flow-mcp": {
            "flow-mcp": {
                "command": "bun",
                "args": [
                    "run",
                    "format"
                ]
            }
        }
    }
}

McpServers

{
    "flow-mcp": {
        "command": "bun",
        "args": [
            "run",
            "format"
        ]
    }
}

@outblock/flow-mcp

Flow blockchain tools for Model Context Protocol (MCP). This package provides a set of tools for interacting with the Flow blockchain through the Model Context Protocol.

<a href="https://glama.ai/mcp/servers/@Outblock/flow-mcp">
Flow MCP server
</a>

Features

- Get FLOW balance for any address
- Get token balance for any Flow token
- Get COA account information
- Get contract source code
- Get detailed account information including storage stats

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.