mcp-server-basics

ramcse777/mcp-server-basics
★ 0 stars Python 🤖 AI/LLM Updated today
MCP Server Setup using Python
View on GitHub →

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

README Excerpt

A working MCP (Model Context Protocol) server built with Python. Connects to Claude Desktop and exposes 5 tools. - `ping` — health check - `add_numbers` — adds two numbers - `get_current_datetime` — returns current date and time - `read_file` — reads a text file - `check_bnpl_eligibility` — BNPL credit decision tool (FinTech domain)

Tools (1)

ping