Okama MCP
MCP (Model Context Protocol) server that exposes the okama investment portfolio toolkit to AI assistants - Claude Desktop, Claude Code, Cursor, Codex, and any other MCP-compatible client. It runs locally over stdio via the published package.
People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-08-31 · ★ 4 · #36 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18
MIT · Python servers · how we verify → /methodology
01 · Install Okama MCP
before you install - you'll need
The README does not document required environment variables for a basic install.
Claude Code
claude mcp add mbk-dev-okama-mcp -- uvx okama-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"mbk-dev-okama-mcp": {
"command": "uvx",
"args": [
"okama-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
pypi package okama-mcp - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.mbk-dev is GitHub-verified and matches the repo owner
03 · What Okama MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Limitations (from the README)
[!WARNING] <sub With pip, prefer a dedicated virtual environment: on most modern Linux distros the system Python is marked externally managed (PEP 668), so pip install outside a venv fails, and a shared environment risks dependency conflicts. In your MCP client config, point command at the absolute path of the okama-mcp script inside the venv - GUI
Latest releases
v1.9.0 · 2026-08-31
Exposes okama 3.0's FinPlan - a plan modelled as an ordered sequence of portfolio stages, where each stage's terminal balance opens the next one per Monte Carlo scenario. That is what an accumulation phase followed by…
v1.8.0 · 2026-08-31
Changed · Requires okama >= 3.0.0, raised from >= 2.3.1. The old floor allowed an install to resolve to okama 2.3.1, where tracking_error() returned the uncentered root-mean-square of the return differences; since…
v1.7.0 · 2026-08-20
New · search_assets can browse a namespace without a text query, filter by exact asset type, and rank results by the earliest first_date. · search_assets results and get_asset_info now expose each asset’s local_name.…
04 · Who maintains Okama MCP
okama-mcp is maintained by mbk-dev. It's the only MCP server we track from this author; the repo dates to May 2026.
05 · Facts
- repository
- github.com/mbk-dev/okama-mcp
- category
- data & analytics - ranked #36 of 81 actively-maintained data & analytics servers as of 2026-09-18.
- release cadence
- 4 releases in the last 90 days (latest 2026-08-31)
- registry
- io.github.mbk-dev/okama-mcp (active, first published 2026-06-05 · 10 versions)
- packages
- pypi:okama-mcp
06 · Okama MCP FAQ
What is Okama MCP?
MCP (Model Context Protocol) server that exposes the okama investment portfolio toolkit to AI assistants - Claude Desktop, Claude Code, Cursor, Codex, and any other MCP-compatible client. It runs locally over stdio via the published package.
Is Okama MCP still maintained?
Yes - as of 2026-09-18, its last commit was 2026-08-31 and it shipped 4 releases in the last 90 days. We re-verify nightly.
How do I install Okama MCP?
Run `uvx okama-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.
Does Okama MCP run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Okama MCP
Alternatives to Okama MCP
Maintained data & analytics servers if Okama MCP isn't the fit.
- PostHog MCP Server Official PostHog MCP Server for product analytics, feature flags, experiments, and more. ★ 39,845 · 2026-09-18
- Server Chart A Model Context Protocol server for generating charts using AntV. ★ 4,367 · 2026-08-27
- Usertour MCP Server Official Usertour MCP Server for in-app onboarding: flows, checklists, surveys, and analytics. ★ 2,307 · 2026-09-18
- Google Ads + Meta Ads + GA4 MCP Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports. ★ 1,939 · 2026-09-09
- Blitz Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools. ★ 1,748 · 2026-07-14
- walkerOS Flow Build, validate, simulate, and deploy walkerOS event pipelines ★ 344 · 2026-09-16
Pairs well with
Servers that cover what Okama MCP doesn't - only shown when the pairing reason fits the companion.
More data & analytics MCP servers · Instagram MCP (mcpware) · Gtm Ga4 · Gsc · Umami · Muxinc MCP Server
More Python MCP servers · Tenkai MCP · Hangar · MCPAmpel - MCP Security Scanner · Mcpcap · see all