# kno2gether-mcp-servers

> MCP Server

This repository contains a custom MCP server designed to manage meeting appointments in a calendar using a note storage system with prompts for summarization and a tool for adding new notes.

## Overview

- **Category:** Developer Tools
- **Language:** Python
- **Stars:** 4
- **Forks:** 3
- **Owner:** avijeett007
- **GitHub:** https://github.com/avijeett007/kno2gether-mcp-servers
- **Created:** 2024-12-04T11:24:24+00:00
- **Updated:** 2025-02-21T21:23:28+00:00
- **Source:** https://model-context-protocol.com/servers/custom-mcp-server-meeting-note-management

## Setup

## Setup

1.  Create a Google Desktop Application OAuth2 Client and download the Client_id & Client_secret JSON and save it as credentials.json in the root of this repo.
2.  Configure the Claude Desktop application by modifying the `claude_desktop_config.json` file located at `~/Library/Application\ Support/Claude/claude_desktop_config.json` (MacOS) or `%APPDATA%/Claude/claude_desktop_config.json` (Windows) to include the server configuration under the `mcpServers` key, choosing either the Development/Unpublished or Published Servers configuration based on your needs.

## Tools

## Available Tools

		1. Custom note:// URI scheme (accessing individual notes).
		2. summarize-notes prompt (creates summaries of all stored notes).
		3. add-note tool (adds a new note to the server).
