MCP Server Demo logo

MCP Server Demo

by schwannden

This project demonstrates setting up an MCP Server using Python and integrating it with Goose or Claude Desktop for AI tool interaction. See the original post for a more detailed introduction.

View on GitHub

Last updated: N/A

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