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

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Copy Paste Mcp

    An MCP to extract the exact lines out of a file.

    8 stars
    TypeScript
    Updated Oct 11, 2025

    Documentation

    Copy-Paste MCP

    A Model Context Protocol (MCP) server that provides a tool for extracting specific lines from text content.

    Features

    • Simple tool to extract specific line ranges from any text content
    • Preserves exact content formatting and newlines
    • No modification of content - pure extraction
    • MCP server implementation for easy integration with AI tools

    MCP Server

    This package includes an MCP server that exposes the line extraction functionality as a tool that can be used by any MCP client like Claude Desktop, VS Code, or other MCP-compatible applications.

    Available Tools

    1. extract-lines - Extract a specific range of lines from text content

    Installation

    1. Clone the repository

    2. Install dependencies:

    bash
    npm install

    Usage

    Starting the MCP Server

    bash
    npm start

    This will start the MCP server using the stdio transport, which can be connected to by MCP clients.

    Connecting to the Server

    In an MCP-compatible client (like Claude Desktop), you can add this server with:

    • Name: Copy-Paste
    • Command: node /path/to/copy-paste-mcp/dist/index.js
    • Transport: stdio

    Using the Tool

    Once connected, you can use the tool through your MCP client's interface:

    Extract Lines

    code
    Tool: extract-lines
    Parameters:
      - text: "Your multi-line text content goes here\nSecond line\nThird line"
      - start_line: 1
      - end_line: 2

    This will return the first two lines of the provided text content.

    Examples

    Extract lines 10-20 from a large text block:

    code
    Tool: extract-lines
    Parameters:
      - text: [your text content with many lines]
      - start_line: 10
      - end_line: 20

    Extract just a single line (line 5):

    code
    Tool: extract-lines
    Parameters:
      - text: [your text content]
      - start_line: 5
      - end_line: 5

    Why use this?

    This tool is useful when you need to:

    • Extract specific sections from large text blocks
    • Copy exact line ranges from code or documentation
    • Ensure precise content extraction without any alterations
    • Integrate line extraction capabilities into AI workflows via MCP
    • Work with specific portions of large documents

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11

    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

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11

    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