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.

The MCP Server is a robust and efficient solution for integrating with Claude AI, leveraging the power of FastAPI to provide a high-performance backend. This server is designed to be MCP-compliant, ensuring compatibility with Claude AI's multi-call plugin architecture. With a Docker-ready setup, the server can be easily deployed in various environments, making it a versatile choice for developers looking to enhance their AI capabilities. The inclusion of Swagger UI allows for straightforward testing and interaction with the server's endpoints, streamlining the development process. This server is ideal for those seeking a reliable and scalable solution for AI integration, offering a comprehensive set of features to support a wide range of applications.

Features

  • FastAPI-based backend for high performance
  • MCP-compliant /mcp endpoint for seamless Claude AI integration
  • Docker-ready setup for easy deployment
  • Swagger UI for easy testing and interaction
  • Lightweight and efficient design

Usages

docker quick start

# 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