Anilnayak126/MCP-Server
3.2
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 dayong@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
/mcpendpoint - 🐳 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