mcp-server-demo

This project demonstrates how to set up an MCP Server using Python and integrate it with Goose or Claude Desktop to interact with AI tools.

Visit Server
Added on 3/28/2025

MCP Server Demo with Goose

This project demonstrates how to set up an MCP Server using Python and integrate it with Goose or Claude Desktop to interact with AI tools. See Original Post For introduction.

Prerequisites

  1. uv package manager installation guide

Project Setup

  1. uv sync
  2. pre-commit install

Running Dev Server

  1. mcp dev src/mcp_server_demo/server.py

Playing with Goose or Claude

See Original Post