MCP-First-Server

kirthi0071/MCP-First-Server
★ 0 stars Python AI/LLM Updated 3d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-first-server": {
      "command": "uvx",
      "args": [
        "mcp-first-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-first-server

README Excerpt

A step-by-step log of building and connecting my first [Model Context Protocol](https://github.com/modelcontextprotocol/python-sdk) server to Claude Desktop, using the official Python SDK. This README documents exactly what was done, in order, including the issues hit along the way. Built on: **macOS Monterey 12.7.6**, Intel i5, 8GB RAM (2015 MacBook Pro).