MCP-Server

Anilnayak126/MCP-Server

3.3

If you are the rightful owner of MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A lightweight, Claude-compatible MCP (Multi-Call Plugin) Server built using FastAPI, designed for seamless integration with Claude AI.

๐Ÿš€ MCP Server โ€“ FastAPI + Claude AI ( On going )

A lightweight, Claude-compatible MCP (Multi-Call Plugin) Server built using FastAPI. Exposes tools and REST endpoints for seamless integration with Claude AI.


๐Ÿ“ฆ Features

  • โšก FastAPI-based backend
  • ๐Ÿ”Œ MCP-compliant /mcp endpoint
  • ๐Ÿณ Docker-ready setup
  • ๐Ÿงช Swagger UI for testing

๐Ÿณ Quick Start (Docker)

# Clone repo
git clone https://github.com/yourusername/mcp-server.git
cd mcp-server

# Build image
docker build -t mcp-demo .

# Run container
docker run -p 8000:8000 mcp-demo