# Does Ahmet S. Bilgin have an MCP server?

**Yes — Official.** Ahmet S. Bilgin maintains an official MCP server.

## Facts

- Verdict: Official (Yes)
- Access: Local server — Runs on your machine over stdio, launched by your MCP client.
- Repository: [ahmetsbilgin/finbrain-mcp](https://github.com/ahmetsbilgin/finbrain-mcp) — ★ 9, last push 2026-07-28, MIT
- Maintainer: Ahmet S. Bilgin
- Language: Python
- Category: [Finance & Fintech](https://mcpyet.com/category/finance-fintech/)
- GitHub data refreshed: 2026-08-11 (re-checked every 6 hours)

## What it does

> FinBrain MCP server: expose FinBrain datasets to AI agents (Claude, VSCode etc.) via SDK-first tools. Runs locally with each user's own FinBrain API key.
> — how [ahmetsbilgin/finbrain-mcp](https://github.com/ahmetsbilgin/finbrain-mcp) describes itself

## The receipts

- **Official repository:** [ahmetsbilgin/finbrain-mcp](https://github.com/ahmetsbilgin/finbrain-mcp) — ★ 9, pushed 2026-07-28, MIT (active)

## How to connect it

Runs on your machine over stdio, launched by your MCP client.

### Claude Code

```sh
claude mcp add ahmetsbilgin -- npx -y <package-from-readme>
```

Swap in the exact package and flags from the repo README — most servers need an API key passed as an environment variable. Add `--scope user` to make it available in every project.

### Claude Desktop

Open **Settings → Developer → Edit Config** and add the server to `claude_desktop_config.json`, then restart Claude Desktop:

```json
{
  "mcpServers": {
    "ahmetsbilgin": {
      "command": "npx",
      "args": [
        "-y",
        "<package-from-readme>"
      ],
      "env": {
        "API_KEY": "…"
      }
    }
  }
}
```

### Cursor

Add to `.cursor/mcp.json` in your project, or `~/.cursor/mcp.json` for every project:

```json
{
  "mcpServers": {
    "ahmetsbilgin": {
      "command": "npx",
      "args": [
        "-y",
        "<package-from-readme>"
      ],
      "env": {
        "API_KEY": "…"
      }
    }
  }
}
```

### VS Code

Add to `.vscode/mcp.json`, then pick the server from Copilot's agent-mode tools menu:

```json
{
  "servers": {
    "ahmetsbilgin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "<package-from-readme>"
      ]
    }
  }
}
```

### ChatGPT

ChatGPT connects to **remote servers only**, and this one runs on your machine. Either expose it through an MCP gateway that gives it a public URL, or use a client with native local support (Claude or Cursor).

## How we know

Verdict derived by matching the Ahmet S. Bilgin organization against its GitHub presence and cross-checking against published MCP server lists.

- GitHub data refreshed 2026-08-11, then every 6 hours.
- Corrections: hello@mcpyet.com.

## Also in Finance & Fintech

- [TradingView](https://mcpyet.com/mcp/tradingview.md) — Community only (Sort of)
- [Robinhood](https://mcpyet.com/mcp/robinhood.md) — Official (Yes)
- [Monarch Money](https://mcpyet.com/mcp/monarch-money.md) — Official (Yes)
- [Stripe](https://mcpyet.com/mcp/stripe.md) — Official (Yes)
- [PayPal](https://mcpyet.com/mcp/paypal.md) — Official (Yes)
- [Base](https://mcpyet.com/mcp/base.md) — Official (Yes)

---

Source: https://mcpyet.com/mcp/ahmetsbilgin/ — data refreshed 2026-08-11
