From 0dd12e40385ec3149e6bccac3e9278c0c9363eb2 Mon Sep 17 00:00:00 2001 From: Frank Colson Date: Tue, 9 Dec 2025 21:51:52 -0700 Subject: [PATCH 1/2] docs: add spreadsheet-read-mcp to Built with rmcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50dd1d78..a4c4cbf5 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ See [oauth_support](docs/OAUTH_SUPPORT.md) for details. - [stakpak-agent](https://github.com/stakpak/agent) - Security-hardened terminal agent for DevOps with MCP over mTLS, streaming, secret tokenization, and async task management - [video-transcriber-mcp-rs](https://github.com/nhatvu148/video-transcriber-mcp-rs) - High-performance MCP server for transcribing videos from 1000+ platforms using whisper.cpp - [NexusCore MCP](https://github.com/sjkim1127/Nexuscore_MCP) - Advanced malware analysis & dynamic instrumentation MCP server with Frida integration and stealth unpacking capabilities +- [spreadsheet-read-mcp](https://github.com/PSU3D0/spreadsheet-read-mcp) - Token-efficient MCP server for spreadsheet analysis with automatic region detection, column profiling, and sampling modes for LLM agents ## Development From c01547b156f83202dbb53d5178f0c13197ff1b97 Mon Sep 17 00:00:00 2001 From: Frank Colson Date: Fri, 12 Dec 2025 11:15:41 -0700 Subject: [PATCH 2/2] Update description with repo rename, new features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4c4cbf5..527b3951 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ See [oauth_support](docs/OAUTH_SUPPORT.md) for details. - [stakpak-agent](https://github.com/stakpak/agent) - Security-hardened terminal agent for DevOps with MCP over mTLS, streaming, secret tokenization, and async task management - [video-transcriber-mcp-rs](https://github.com/nhatvu148/video-transcriber-mcp-rs) - High-performance MCP server for transcribing videos from 1000+ platforms using whisper.cpp - [NexusCore MCP](https://github.com/sjkim1127/Nexuscore_MCP) - Advanced malware analysis & dynamic instrumentation MCP server with Frida integration and stealth unpacking capabilities -- [spreadsheet-read-mcp](https://github.com/PSU3D0/spreadsheet-read-mcp) - Token-efficient MCP server for spreadsheet analysis with automatic region detection, column profiling, and sampling modes for LLM agents +- [spreadsheet-mcp](https://github.com/PSU3D0/spreadsheet-mcp) - Token-efficient MCP server for spreadsheet analysis with automatic region detection, recalculation, screenshot, and editing support for LLM agents ## Development