MCP API Server Template

by fnf-deepHeading

134 downloads
Not rated
GitHub

About

# MCP API Server Template API 통합을 위한 MCP 서버 템플릿입니다. AI를 활용하여 외부 API를 쉽게 MCP 서버로 래핑할 수 있습니다. ## 특징 * AI를 활용한 자동 API 통합 * 명령줄 인자를 통한 설정 관리 * Docker 지원 * 상세한 가이드 문서 제공 ## AI로 MCP 서버 만들기 이 템플릿을 사용하면 AI의 도움을 받아 외부 API를 쉽게 MCP 서버로 래핑할 수 있습니다. ### 사용 방법 1. 프로젝트 클론 ```bash git clone…

Details

Author
fnf-deepHeading
Downloads
134
Categories
Developer Tools

- AI‑powered automatic API integration
- Command‑line argument for configuration management
- Docker support
- Detailed guide documentation
- No manual coding required for API wrapping

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP API Server Template
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, run uv sync to install dependencies, then provide API documentation to an AI assistant using the specified prompt format. The AI will automatically analyze the API docs, generate server code, configure files, and provide execution instructions. You can then configure the MCP server in Claude using the provided JSON format with uv command and API key arguments.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp api server template": {
            "mcp-api-server-wrapper": {
                "command": "uv",
                "args": [
                    "sync"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-api-server-wrapper": {
        "command": "uv",
        "args": [
            "sync"
        ]
    }
}

MCP API Server Template

API 통합을 위한 MCP 서버 템플릿입니다. AI를 활용하여 외부 API를 쉽게 MCP 서버로 래핑할 수 있습니다.

특징

AI를 활용한 자동 API 통합
명령줄 인자를 통한 설정 관리
Docker 지원
상세한 가이드 문서 제공

AI로 MCP 서버 만들기

이 템플릿을 사용하면 AI의 도움을 받아 외부 API를 쉽게 MCP 서버로 래핑할 수 있습니다.

사용 방법

1. 프로젝트 클론

git clone https://github.com/fnf-deepHeading/mcp-api-server-wrapper.git your-api-name-mcp  
cd your-api-name-mcp

2. 개발 환경 설정
```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.