MCP-server-basics

hrishabhthakur2/MCP-server-basics
★ 0 stars Python AI/LLM Updated today
A basic MCP server where the gemini API is interacting with a custom made simple function using an MCP-client as the mediator
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-server-basics": {
      "command": "uvx",
      "args": [
        "mcp-server-basics"
      ]
    }
  }
}

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