custom-mcp-server-demo

VishSeran/custom-mcp-server-demo
★ 0 stars Python AI/LLM Updated today
A "Hello World" tour of the Model Context Protocol: build a simple Calculator MCP server with tools, resources, and prompts using FastMCP, connect to it over in-memory, STDIO, and HTTP transports, and hook it into a LangChain/LangGraph ReAct agent — including a multi-server setup.
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": {
    "custom-mcp-server-de": {
      "command": "uvx",
      "args": [
        "custom-mcp-server-demo"
      ]
    }
  }
}

Or install with pip: pip install custom-mcp-server-demo