MCP Servers
by duthied
A collection of Model Context Protocol (MCP) servers that extend Claude's capabilities with additional tools and resources. It includes servers for interacting with Google Sheets and a template for creating new MCP servers.
Last updated: N/A
MCP Servers
This repository contains a collection of Model Context Protocol (MCP) servers that extend Claude's capabilities with additional tools and resources.
Table of Contents
| Server | Description | |--------|-------------| | google-sheets | MCP server for interacting with Google Sheets - read/write data, update cells, add formulas, and apply formatting | | mcp-template | Template project for creating new MCP servers with basic examples |
Overview
Google Sheets
The Google Sheets MCP server provides tools for interacting with Google Sheets, including:
- Sheet management (listing and filtering sheets)
- Data operations (reading, writing, appending data)
- Formula operations
- Formatting operations
See the google-sheets README for detailed documentation.
MCP Template
A starter template for creating new MCP servers. It includes:
- Basic server setup
- Example tool implementation
- Example resource implementation
Use this as a starting point when creating new MCP servers.
See the mcp-template README for detailed documentation.