Skip to main content
Glama
horsfallnathan

Firefly III MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FIREFLY_API_URLNoYour Firefly III API base URLhttps://firefly.dev.nlocal/api/v1
FIREFLY_API_TOKENYesPersonal Access Token from Firefly III
FIREFLY_LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR)INFO
FIREFLY_DIRECT_MODENoEnable individual tools for each operationfalse
FIREFLY_ENABLED_ENTITIESNoComma-separated list of entities to enableaccount
FIREFLY_DISABLE_SSL_VERIFYNoDisable SSL verification for developmentfalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
firefly_executeC

Execute any Firefly III operation dynamically.

Args: entity: Entity type (account, transaction, budget, etc.) operation: Operation name (list, get, create, update, delete, etc.) params: Operation parameters as dictionary

firefly_list_operationsB

List all available Firefly III operations.

Args: entity: Optional entity filter (account, transaction, etc.)

firefly_get_schemaA

Get parameter schema for a specific operation.

Args: entity: Entity type (account, transaction, etc.) operation: Operation name (list, get, etc.)

get_versionB

Get the version of the Firefly MCP server

echoA

Echo a message back to the user

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/horsfallnathan/firefly-iii-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server