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