MCP Server Magic

by diopisemou

2 stars
188 downloads
Not rated
GitHub

Description

# MCP Server Magic Generate MCP (Model Context Protocol) servers easily. ## Project info **URL**: https://lovable.dev/projects/d1f58d89-2e1d-4c6a-ade1-f7807ab46e44 ## Features - Generate TypeScript, Python, and Go MCP servers - Configure authentication (API Key, Bearer Token…

About

# MCP Server Magic Generate MCP (Model Context Protocol) servers easily. ## Project info **URL**: https://lovable.dev/projects/d1f58d89-2e1d-4c6a-ade1-f7807ab46e44 ## Features - Generate TypeScript, Python, and Go MCP servers - Configure authentication (API Key, Bearer Token, Basic Auth) - Define resources and tools -…

Details

Author
diopisemou
GitHub stars
2
Downloads
188
Categories
Other

- Generate MCP servers in TypeScript, Python, and Go
- Configure authentication (API Key, Bearer Token, Basic Auth)
- Define custom resources and tools for your server
- Deploy to AWS, GCP, Azure, or self‑hosted environments
- API Proxy Mode – create MCP servers that proxy existing REST APIs
- Automated conversion between MCP and standard API formats

You can use MCP Server Magic by visiting its Lovable project page and prompting, or by cloning the repository, installing dependencies with npm i, and running the development server with npm run dev. Once running, the tool lets you generate servers in Direct Implementation or Proxy mode, configure auth, and export the server code for deployment.

MCP Server Magic

Generate MCP (Model Context Protocol) servers easily.

Project info

URL: https://lovable.dev/projects/d1f58d89-2e1d-4c6a-ade1-f7807ab46e44

Features

- Generate TypeScript, Python, and Go MCP servers
- Configure authentication (API Key, Bearer Token, Basic Auth)
- Define resources and tools
- Deploy to various environments (AWS, GCP, Azure, Self-hosted)
- NEW: API Proxy Mode - Create MCP servers that proxy to existing APIs

Server Modes

MCP Server Magic supports two modes for server generation:

Direct Implementation Mode

This is the default mode where MCP Server Magic generates a complete, standalone implementation of your MCP server. The server handles all logic and data processing directly.

Proxy Mode

Proxy mode allows you to create an MCP server that acts as a middleware between MCP clients (like Claude) and your existing APIs. The MCP server translates MCP-formatted requests into standard API calls and converts the responses back to MCP format.

Proxy Mode Features:
- Connect to any existing REST API
- Automatic conversion between MCP and standard formats
- Optional caching for improved performance
- Optional rate limiting to protect your target API
- Authentication support for both MCP client and target API
- Full compliance with Model Context Protocol standard

Tests

This project includes comprehensive tests to ensure the quality of generated servers:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.