Ghostfolio MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 645 installs a week from pypi. Last commit 17 Sep 2026.
MCP server for Ghostfolio portfolio management and financial data access
Today is the operative word: we check Ghostfolio MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ghostfolio-mcp -- uvx ghostfolio-mcp
{
"mcpServers": {
"ghostfolio-mcp": {
"args": [
"ghostfolio-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.ghostfolio-mcp]
command = "uvx"
args = ["ghostfolio-mcp"]
{
"mcpServers": {
"ghostfolio-mcp": {
"args": [
"ghostfolio-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"ghostfolio-mcp": {
"args": [
"ghostfolio-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
GHOSTFOLIO_URL (Ghostfolio base URL (e.g., https://domain.tld:3333)), GHOSTFOLIO_TOKEN (Ghostfolio API token for authentication), GHOSTFOLIO_VERIFY_SSL (Verify SSL certificates (true/false)), GHOSTFOLIO_TIMEOUT (Request timeout in seconds), READ_ONLY_MODE (Enable read-only mode to restrict write operations), GHOSTFOLIO_DISABLED_TAGS (Comma-separated list of tags to disable tools for), LOG_LEVEL (Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)), RATE_LIMIT_ENABLED (Enable rate limiting), RATE_LIMIT_MAX_REQUESTS (Maximum requests per rate limit window), RATE_LIMIT_WINDOW_MINUTES (Rate limit window in minutes), TOOL_SEARCH_ENABLED (Enable FastMCP tool search transform), TOOL_SEARCH_STRATEGY (Tool search strategy (bm25 or regex)), TOOL_SEARCH_MAX_RESULTS (Maximum tool search results returned by search_tools), MCP_HTTP_PORT (Port for HTTP server (default: 8000)), MCP_TRANSPORT (MCP transport type (http for HTTP, stdio for stdio)).
The author declared them in the registry entry; get the values from the project itself.
Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis
Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios.
Access Monarch financial data — accounts, transactions, budgets, and more
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
MCP server for SEC EDGAR data — company filings, financial concepts, and company info
MCP server giving AI agents one-connection access to labor & financial-compliance data: DOL Form 550
Xero MCP server for invoices, contacts, payments, quotes, and financial reports.
Answers built from our own checks of this server.