Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Peeper Mcp Server

    Model Control Panel server for Peeper application

    0 stars
    JavaScript
    Updated Mar 21, 2025

    Table of Contents

    • Features
    • Setup
    • API Endpoints
    • GET /api/models
    • POST /api/completion
    • Contributing
    • License

    Table of Contents

    • Features
    • Setup
    • API Endpoints
    • GET /api/models
    • POST /api/completion
    • Contributing
    • License

    Documentation

    Peeper MCP Server

    A Model Control Panel (MCP) server for the Peeper application. This server provides a unified API to interact with various language models.

    Features

    • Unified API for different AI model providers
    • Model discovery endpoint
    • Text completion endpoint
    • Easy to extend for additional models

    Setup

    1. Clone this repository

    code
    git clone https://github.com/maskedsaqib/peeper-mcp-server.git
       cd peeper-mcp-server

    2. Install dependencies

    code
    npm install

    3. Create a .env file based on the example

    code
    cp .env.example .env

    4. Add your API keys to the .env file

    5. Start the server

    code
    npm start

    For development with auto-restart:

    code
    npm run dev

    API Endpoints

    GET /api/models

    Returns a list of available models.

    POST /api/completion

    Generates text completion for the given prompt using the specified model.

    Request body:

    json
    {
      "modelId": "gpt-4",
      "prompt": "Your prompt here"
    }

    Contributing

    Contributions are welcome! Please feel free to submit a Pull Request.

    License

    This project is licensed under the MIT License.

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k