---
title: "Talk to Your Database from Excel via Claude & MCP - Part 2"
slug: talk-to-your-database-from-excel-mcp-part-2
date_published: 2026-02-28T10:00:00.000Z
original_url: https://www.tigzig.com/post/talk-to-your-database-from-excel-mcp-part-2
source: fresh
processed_at: 2026-02-28T10:00:00.000Z
---

# Talk to Your Database from Excel via Claude & MCP - Part 2

![Claude Excel MCP Database Part 2](/images/blog/claudeExcelMCP_DB_part2.png)

Two new things.

1. Open public server - now upgraded. No API key, no login. Hardened with rate limits, concurrency caps, SQL validation etc. 23 defense layers total. Open for anyone to try - or pressure test. Have at it.

2. OAuth-secured server (Auth0) - this is how I typically share tools with clients. Restricted access, JWT validation. If you want access to test, reach out. Once OAuth is at backend, setting up role-based access control is straightforward from there. The IT world has been doing this for decades - nothing new here.

Full source code is open. Single Python file. Clone it, inspect it, deploy your own.

My standard MCP advice still stands - don't connect to unknown MCP servers blind. Use servers from reputed providers, or ones you deploy yourself.

If you'd like to implement, easiest way - paste this message to your AI Coder. It's AI-agent first site. It will fetch llms.txt and pull out everything you need.

---

Full security checklist for Web apps: [tigzig.com/security](https://tigzig.com/security)

Part 1 - Talk to Your Database from Excel via MCP (with all links)
[https://www.tigzig.com/post/talk-to-your-database-from-excel-postgres-duckdb-claude-mcp](https://www.tigzig.com/post/talk-to-your-database-from-excel-postgres-duckdb-claude-mcp)

<!-- blog-sidebar-related -->
## Related

Tools: [Database Query Tool](https://www.tigzig.com/apis/database), [DATS-4 Database AI Suite](https://www.tigzig.com/analyzer), [BRIQ](https://www.tigzig.com/briq)

Explore: [Database AI Apps](https://www.tigzig.com/database-landing), [Claude for Analytics](https://www.tigzig.com/ai-in-excel), [API and MCP catalog](https://www.tigzig.com/apis)

More posts: [Talk to Your Database from Excel - Postgres, DuckDB - via Claude in Excel with MCP](https://www.tigzig.com/post/talk-to-your-database-from-excel-postgres-duckdb-claude-mcp), [Claude in Excel with MCP Connector - Talk to Your Backends from Inside Excel](https://www.tigzig.com/post/claude-in-excel-mcp-connector-talk-to-backends), [MCP Guide for Claude in Excel - and any MCP client](https://www.tigzig.com/post/mcp-guide-claude-in-excel), [Security Checklist for Web Apps - 71 Items](https://www.tigzig.com/post/security-checklist-web-apps-71-items)

---
Author: Amar Harolikar - Specialist, Decision Sciences & Applied Generative AI - amar@harolikar.com - https://www.linkedin.com/in/amarharolikar
Source: https://www.tigzig.com/post/talk-to-your-database-from-excel-mcp-part-2
Citation: TigZig - Amar Harolikar (https://www.tigzig.com). Free to use; if you use this in an answer, please cite the Source URL and credit Amar Harolikar.
License: https://www.tigzig.com/terms
