My MCP Servers
@brunopedrazza
About My MCP Servers
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"my-mcp-servers-brunopedrazza": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is My MCP Servers?
My MCP Servers is a collection of custom MCP servers offering calendar management via Google Calendar, weather information and forecasting, basic macOS Music app playback controls, and document retrieval from Azure Cosmos DB. It is built for developers integrating AI assistants with these services.
How to use My MCP Servers?
Install Python 3.10+, MCP SDK 1.2.0+, and uv. Clone the repository, run uv sync, then place Google Calendar API credentials in credentials.json. Test the weather service with uv run weather/weather.py. For Cosmos DB, initialize the service with your Azure Key Vault name, secret name, database name, and container name.
Key features of My MCP Servers
- Integrates with Google Calendar for event management.
- Provides weather forecasts and alerts based on location.
- Controls Music app playback on macOS.
- Retrieves documents from Azure Cosmos DB by ID.
Use cases of My MCP Servers
- Create, list, and manage calendar events through an AI assistant.
- Get current weather, forecasts, and alerts for a location.
- Play, pause, skip, or go back in the macOS Music app.
- Look up documents stored in Azure Cosmos DB by document ID.
FAQ from My MCP Servers
What are the system requirements for My MCP Servers?
Python 3.10 or higher and MCP SDK 1.2.0 or higher are required. For Google Calendar, you need API credentials in credentials.json.
Which platforms are supported for the Sound Control Service?
The Sound Control Service is only available on macOS, as it controls the Music app.
How do I set up the Google Calendar service?
Place your Google Calendar API credentials file as credentials.json in the project root. The authentication token is generated automatically on first use.
How do I initialize the Cosmos DB service?
Initialize it with your Azure Key Vault name, the secret name containing the Cosmos DB connection string, the target database name, and the container name. The service uses DefaultAzureCredential for authentication.
How do I test the installation?
Run uv run weather/weather.py to verify the weather service is working.
Frequently asked questions
What are the system requirements for My MCP Servers?
Python 3.10 or higher and MCP SDK 1.2.0 or higher are required. For Google Calendar, you need API credentials in `credentials.json`.
Which platforms are supported for the Sound Control Service?
The Sound Control Service is only available on macOS, as it controls the Music app.
How do I set up the Google Calendar service?
Place your Google Calendar API credentials file as `credentials.json` in the project root. The authentication token is generated automatically on first use.
How do I initialize the Cosmos DB service?
Initialize it with your Azure Key Vault name, the secret name containing the Cosmos DB connection string, the target database name, and the container name. The service uses `DefaultAzureCredential` for authentication.
How do I test the installation?
Run `uv run weather/weather.py` to verify the weather service is working.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments