My MCP Servers

My MCP Servers

brunopedrazza

Cloud Storage
Visit Server

README

My MCP Servers

A collection of custom MCP (Model Context Protocol) servers providing various services including calendar management and weather information.

For more information about building MCP servers, see the official MCP documentation.

Features

  • Calendar Service: Integration with Google Calendar API for event management
  • Weather Service: Weather information and forecasting capabilities

System Requirements

  • Python 3.10 or higher
  • MCP SDK 1.2.0 or higher
  • Google Calendar API credentials (credentials.json)

Environment Setup

  1. Install uv (MacOS/Linux):
curl -LsSf https://astral.sh/uv/install.sh | sh

Note: Restart your terminal after installing uv to ensure the command is available.

  1. Clone the repository:
git clone <your-repository-url>
cd my-mcp-servers
  1. Sync your environment:
uv sync
  1. Test if it's working:
uv run weather/weather.py

Configuration

  1. Place your Google Calendar API credentials in credentials.json

Services

Calendar Service

The calendar service provides integration with Google Calendar, allowing you to:

  • Create and manage calendar events
  • List upcoming events
  • Set up recurring meetings

Weather Service

The weather service offers:

  • Weather forecasts
  • Weather alerts
  • Location-based weather information

License

This project is licensed under the MIT License - see the LICENSE file for details.

Recommended Servers

Filesystem MCP Server

Filesystem MCP Server

A Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.

Local
TypeScript
Google Drive MCP Server

Google Drive MCP Server

Integrates with Google Drive to enable listing, searching, and reading files, plus reading and writing to Google Sheets.

Local
TypeScript
MCP TODO Checklist Server

MCP TODO Checklist Server

A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.

Local
TypeScript
mcp-gsuite

mcp-gsuite

MCP server to interact with Google produts.

Local
Python
AWS MCP Server

AWS MCP Server

A Model Context Protocol server implementation that enables Claude to perform AWS operations on S3 and DynamoDB services through natural language commands.

Local
Python
Google Drive MCP Server

Google Drive MCP Server

Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.

Local
JavaScript
Firebase MCP Server

Firebase MCP Server

A server providing a unified interface to interact with Firebase services, including Authentication, Firestore, and Storage.

TypeScript
mcp-any-openapi

mcp-any-openapi

A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.

Python
MCP Server for Apache OpenDAL™

MCP Server for Apache OpenDAL™

A Model Context Protocol server that provides seamless access to multiple storage services including S3, Azure Blob Storage, and Google Cloud Storage through Apache OpenDAL™.

Python
MCP Media Generator

MCP Media Generator

A Model Context Protocol server that enables AI assistants to create images and videos using Amazon Nova Canvas and Nova Reel models.

Python